Shades of Turquoise #2FFCE9
Tints of Turquoise #2FFCE9
RGB
CMYK
RGB Variations
Color information
#2FFCE9 (or 0x2FFCE9) is known color: Turquoise. HEX triplet: 2F, FC and E9. RGB value is (47,252,233). Sum of RGB (Red+Green+Blue) = 47+252+233=532 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.83% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCE9 is #D00316. Grayscale: #BCBCBC. Windows color (decimal): -13632279 or 15334447. OLE color: 15334447.
HSL color Cylindrical-coordinate representation of color #2FFCE9: hue angle of 174.44º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCE9 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 233 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.01 |
| HSL | 174.44º | 0.97% | 0.59% | - |
| HSV(B) | 174.44º | 0.81% | 0.99% | - |
| XYZ | 50.69 | 76.11 | 89.11 | - |
| YUV | 188.54 | 153.08 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 233 | 0.81 | 0 | 0.08 | 0.01 | 174.44 | 0.97 | 0.59 |
| Hex | 2F | FC | E9 | 51 | 0 | 8 | 1 | AE | 61 | 3B |
| Octal | 57 | 374 | 351 | 121 | 0 | 10 | 1 | 256 | 141 | 73 |
| Binary | 101111 | 11111100 | 11101001 | 1010001 | 0 | 1000 | 1 | 10101110 | 1100001 | 111011 |
Color Harmonies of #2FFCE9
Complementary color
Monochromatic Colors of #2FFCE9
Black with #2FFCE9
Text Example
Text Example
White with #2FFCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCE9; }
p { color: rgb(47,252,233); }
H1.HeaderClassName
{
color: #2FFCE9;
}
.AnyTagClassName
{
color: #2FFCE9;
}
</style>
background-color css
<style>
a { background-color: #2FFCE9; }
a { background-color: rgb(47,252,233); }
div.DivClassName
{
background-color: #2FFCE9;
}
.BgClassName
{
background-color: #2FFCE9;
}
</style>
border-color css
<style>
span { border-color: #2FFCE9; }
span { border-color: rgb(47,252,233); }
td.TdClassName
{
border-color: #2FFCE9;
}
.TagClassName
{
border-color: #2FFCE9;
}
</style>