Shades of Turquoise #3FFABC
Tints of Turquoise #3FFABC
RGB
CMYK
RGB Variations
Color information
#3FFABC (or 0x3FFABC) is known color: Turquoise. HEX triplet: 3F, FA and BC. RGB value is (63,250,188). Sum of RGB (Red+Green+Blue) = 63+250+188=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFABC is #C00543. Grayscale: #BBBBBB. Windows color (decimal): -12584260 or 12384831. OLE color: 12384831.
HSL color Cylindrical-coordinate representation of color #3FFABC: hue angle of 160.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFABC is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 188 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.02 |
| HSL | 160.11º | 0.95% | 0.61% | - |
| HSV(B) | 160.11º | 0.75% | 0.98% | - |
| XYZ | 45.31 | 73.06 | 59.29 | - |
| YUV | 187.02 | 128.55 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 188 | 0.75 | 0 | 0.25 | 0.02 | 160.11 | 0.95 | 0.61 |
| Hex | 3F | FA | BC | 4B | 0 | 19 | 2 | A0 | 5F | 3D |
| Octal | 77 | 372 | 274 | 113 | 0 | 31 | 2 | 240 | 137 | 75 |
| Binary | 111111 | 11111010 | 10111100 | 1001011 | 0 | 11001 | 10 | 10100000 | 1011111 | 111101 |
Color Harmonies of #3FFABC
Complementary color
Monochromatic Colors of #3FFABC
Black with #3FFABC
Text Example
Text Example
White with #3FFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFABC; }
p { color: rgb(63,250,188); }
H1.HeaderClassName
{
color: #3FFABC;
}
.AnyTagClassName
{
color: #3FFABC;
}
</style>
background-color css
<style>
a { background-color: #3FFABC; }
a { background-color: rgb(63,250,188); }
div.DivClassName
{
background-color: #3FFABC;
}
.BgClassName
{
background-color: #3FFABC;
}
</style>
border-color css
<style>
span { border-color: #3FFABC; }
span { border-color: rgb(63,250,188); }
td.TdClassName
{
border-color: #3FFABC;
}
.TagClassName
{
border-color: #3FFABC;
}
</style>