Shades of Turquoise #2FE8D2
Tints of Turquoise #2FE8D2
RGB
CMYK
RGB Variations
Color information
#2FE8D2 (or 0x2FE8D2) is known color: Turquoise. HEX triplet: 2F, E8 and D2. RGB value is (47,232,210). Sum of RGB (Red+Green+Blue) = 47+232+210=489 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.61% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE8D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE8D2 is #D0172D. Grayscale: #AEAEAE. Windows color (decimal): -13637422 or 13821999. OLE color: 13821999.
HSL color Cylindrical-coordinate representation of color #2FE8D2: hue angle of 172.86º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE8D2 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 210 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.09 |
| HSL | 172.86º | 0.8% | 0.55% | - |
| HSV(B) | 172.86º | 0.8% | 0.91% | - |
| XYZ | 41.66 | 62.97 | 70.93 | - |
| YUV | 174.18 | 148.21 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 210 | 0.80 | 0 | 0.09 | 0.09 | 172.86 | 0.8 | 0.55 |
| Hex | 2F | E8 | D2 | 50 | 0 | 9 | 9 | AD | 50 | 37 |
| Octal | 57 | 350 | 322 | 120 | 0 | 11 | 11 | 255 | 120 | 67 |
| Binary | 101111 | 11101000 | 11010010 | 1010000 | 0 | 1001 | 1001 | 10101101 | 1010000 | 110111 |
Color Harmonies of #2FE8D2
Complementary color
Monochromatic Colors of #2FE8D2
Black with #2FE8D2
Text Example
Text Example
White with #2FE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE8D2; }
p { color: rgb(47,232,210); }
H1.HeaderClassName
{
color: #2FE8D2;
}
.AnyTagClassName
{
color: #2FE8D2;
}
</style>
background-color css
<style>
a { background-color: #2FE8D2; }
a { background-color: rgb(47,232,210); }
div.DivClassName
{
background-color: #2FE8D2;
}
.BgClassName
{
background-color: #2FE8D2;
}
</style>
border-color css
<style>
span { border-color: #2FE8D2; }
span { border-color: rgb(47,232,210); }
td.TdClassName
{
border-color: #2FE8D2;
}
.TagClassName
{
border-color: #2FE8D2;
}
</style>