Shades of Turquoise #2FECD2
Tints of Turquoise #2FECD2
RGB
CMYK
RGB Variations
Color information
#2FECD2 (or 0x2FECD2) is known color: Turquoise. HEX triplet: 2F, EC and D2. RGB value is (47,236,210). Sum of RGB (Red+Green+Blue) = 47+236+210=493 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.53% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECD2 is #D0132D. Grayscale: #B0B0B0. Windows color (decimal): -13636398 or 13823023. OLE color: 13823023.
HSL color Cylindrical-coordinate representation of color #2FECD2: hue angle of 171.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECD2 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 210 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.07 |
| HSL | 171.75º | 0.83% | 0.55% | - |
| HSV(B) | 171.75º | 0.8% | 0.93% | - |
| XYZ | 42.8 | 65.25 | 71.31 | - |
| YUV | 176.53 | 146.88 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 210 | 0.80 | 0 | 0.11 | 0.07 | 171.75 | 0.83 | 0.55 |
| Hex | 2F | EC | D2 | 50 | 0 | B | 7 | AC | 53 | 37 |
| Octal | 57 | 354 | 322 | 120 | 0 | 13 | 7 | 254 | 123 | 67 |
| Binary | 101111 | 11101100 | 11010010 | 1010000 | 0 | 1011 | 111 | 10101100 | 1010011 | 110111 |
Color Harmonies of #2FECD2
Complementary color
Monochromatic Colors of #2FECD2
Black with #2FECD2
Text Example
Text Example
White with #2FECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECD2; }
p { color: rgb(47,236,210); }
H1.HeaderClassName
{
color: #2FECD2;
}
.AnyTagClassName
{
color: #2FECD2;
}
</style>
background-color css
<style>
a { background-color: #2FECD2; }
a { background-color: rgb(47,236,210); }
div.DivClassName
{
background-color: #2FECD2;
}
.BgClassName
{
background-color: #2FECD2;
}
</style>
border-color css
<style>
span { border-color: #2FECD2; }
span { border-color: rgb(47,236,210); }
td.TdClassName
{
border-color: #2FECD2;
}
.TagClassName
{
border-color: #2FECD2;
}
</style>