Shades of Turquoise #3FFBC9
Tints of Turquoise #3FFBC9
RGB
CMYK
RGB Variations
Color information
#3FFBC9 (or 0x3FFBC9) is known color: Turquoise. HEX triplet: 3F, FB and C9. RGB value is (63,251,201). Sum of RGB (Red+Green+Blue) = 63+251+201=515 (68% of max value = 765). Red value is 63 (25% from 255 or 12.23% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBC9 is #C00436. Grayscale: #BDBDBD. Windows color (decimal): -12583991 or 13237055. OLE color: 13237055.
HSL color Cylindrical-coordinate representation of color #3FFBC9: hue angle of 164.04º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBC9 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 201 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.02 |
| HSL | 164.04º | 0.96% | 0.62% | - |
| HSV(B) | 164.04º | 0.75% | 0.98% | - |
| XYZ | 47.09 | 74.27 | 67.11 | - |
| YUV | 189.09 | 134.72 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 201 | 0.75 | 0 | 0.20 | 0.02 | 164.04 | 0.96 | 0.62 |
| Hex | 3F | FB | C9 | 4B | 0 | 14 | 2 | A4 | 60 | 3E |
| Octal | 77 | 373 | 311 | 113 | 0 | 24 | 2 | 244 | 140 | 76 |
| Binary | 111111 | 11111011 | 11001001 | 1001011 | 0 | 10100 | 10 | 10100100 | 1100000 | 111110 |
Color Harmonies of #3FFBC9
Complementary color
Monochromatic Colors of #3FFBC9
Black with #3FFBC9
Text Example
Text Example
White with #3FFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBC9; }
p { color: rgb(63,251,201); }
H1.HeaderClassName
{
color: #3FFBC9;
}
.AnyTagClassName
{
color: #3FFBC9;
}
</style>
background-color css
<style>
a { background-color: #3FFBC9; }
a { background-color: rgb(63,251,201); }
div.DivClassName
{
background-color: #3FFBC9;
}
.BgClassName
{
background-color: #3FFBC9;
}
</style>
border-color css
<style>
span { border-color: #3FFBC9; }
span { border-color: rgb(63,251,201); }
td.TdClassName
{
border-color: #3FFBC9;
}
.TagClassName
{
border-color: #3FFBC9;
}
</style>