Shades of Turquoise #2FFBC9
Tints of Turquoise #2FFBC9
RGB
CMYK
RGB Variations
Color information
#2FFBC9 (or 0x2FFBC9) is known color: Turquoise. HEX triplet: 2F, FB and C9. RGB value is (47,251,201). Sum of RGB (Red+Green+Blue) = 47+251+201=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBC9 is #D00436. Grayscale: #B8B8B8. Windows color (decimal): -13632567 or 13237039. OLE color: 13237039.
HSL color Cylindrical-coordinate representation of color #2FFBC9: hue angle of 165.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBC9 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 201 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.02 |
| HSL | 165.29º | 0.96% | 0.58% | - |
| HSV(B) | 165.29º | 0.81% | 0.98% | - |
| XYZ | 46.21 | 73.82 | 67.07 | - |
| YUV | 184.3 | 137.41 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 201 | 0.81 | 0 | 0.20 | 0.02 | 165.29 | 0.96 | 0.58 |
| Hex | 2F | FB | C9 | 51 | 0 | 14 | 2 | A5 | 60 | 3A |
| Octal | 57 | 373 | 311 | 121 | 0 | 24 | 2 | 245 | 140 | 72 |
| Binary | 101111 | 11111011 | 11001001 | 1010001 | 0 | 10100 | 10 | 10100101 | 1100000 | 111010 |
Color Harmonies of #2FFBC9
Complementary color
Monochromatic Colors of #2FFBC9
Black with #2FFBC9
Text Example
Text Example
White with #2FFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBC9; }
p { color: rgb(47,251,201); }
H1.HeaderClassName
{
color: #2FFBC9;
}
.AnyTagClassName
{
color: #2FFBC9;
}
</style>
background-color css
<style>
a { background-color: #2FFBC9; }
a { background-color: rgb(47,251,201); }
div.DivClassName
{
background-color: #2FFBC9;
}
.BgClassName
{
background-color: #2FFBC9;
}
</style>
border-color css
<style>
span { border-color: #2FFBC9; }
span { border-color: rgb(47,251,201); }
td.TdClassName
{
border-color: #2FFBC9;
}
.TagClassName
{
border-color: #2FFBC9;
}
</style>