Shades of Turquoise #2FFFCE
Tints of Turquoise #2FFFCE
RGB
CMYK
RGB Variations
Color information
#2FFFCE (or 0x2FFFCE) is known color: Turquoise. HEX triplet: 2F, FF and CE. RGB value is (47,255,206). Sum of RGB (Red+Green+Blue) = 47+255+206=508 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.25% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFFCE is #D00031. Grayscale: #BBBBBB. Windows color (decimal): -13631538 or 13565743. OLE color: 13565743.
HSL color Cylindrical-coordinate representation of color #2FFFCE: hue angle of 165.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFCE is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 206 | - |
| CMYK | 0.82 | 0 | 0.19 | 0 |
| HSL | 165.87º | 1% | 0.59% | - |
| HSV(B) | 165.87º | 0.82% | 1% | - |
| XYZ | 48.07 | 76.58 | 70.64 | - |
| YUV | 187.22 | 138.59 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 206 | 0.82 | 0 | 0.19 | 0 | 165.87 | 1 | 0.59 |
| Hex | 2F | FF | CE | 52 | 0 | 13 | 0 | A6 | 64 | 3B |
| Octal | 57 | 377 | 316 | 122 | 0 | 23 | 0 | 246 | 144 | 73 |
| Binary | 101111 | 11111111 | 11001110 | 1010010 | 0 | 10011 | 0 | 10100110 | 1100100 | 111011 |
Color Harmonies of #2FFFCE
Complementary color
Monochromatic Colors of #2FFFCE
Black with #2FFFCE
Text Example
Text Example
White with #2FFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFCE; }
p { color: rgb(47,255,206); }
H1.HeaderClassName
{
color: #2FFFCE;
}
.AnyTagClassName
{
color: #2FFFCE;
}
</style>
background-color css
<style>
a { background-color: #2FFFCE; }
a { background-color: rgb(47,255,206); }
div.DivClassName
{
background-color: #2FFFCE;
}
.BgClassName
{
background-color: #2FFFCE;
}
</style>
border-color css
<style>
span { border-color: #2FFFCE; }
span { border-color: rgb(47,255,206); }
td.TdClassName
{
border-color: #2FFFCE;
}
.TagClassName
{
border-color: #2FFFCE;
}
</style>