Shades of Turquoise #2FECDE
Tints of Turquoise #2FECDE
RGB
CMYK
RGB Variations
Color information
#2FECDE (or 0x2FECDE) is known color: Turquoise. HEX triplet: 2F, EC and DE. RGB value is (47,236,222). Sum of RGB (Red+Green+Blue) = 47+236+222=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECDE is #D01321. Grayscale: #B1B1B1. Windows color (decimal): -13636386 or 14609455. OLE color: 14609455.
HSL color Cylindrical-coordinate representation of color #2FECDE: hue angle of 175.56º 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 #2FECDE is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 222 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.07 |
| HSL | 175.56º | 0.83% | 0.55% | - |
| HSV(B) | 175.56º | 0.8% | 0.93% | - |
| XYZ | 44.35 | 65.87 | 79.48 | - |
| YUV | 177.89 | 152.88 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 222 | 0.80 | 0 | 0.06 | 0.07 | 175.56 | 0.83 | 0.55 |
| Hex | 2F | EC | DE | 50 | 0 | 6 | 7 | B0 | 53 | 37 |
| Octal | 57 | 354 | 336 | 120 | 0 | 6 | 7 | 260 | 123 | 67 |
| Binary | 101111 | 11101100 | 11011110 | 1010000 | 0 | 110 | 111 | 10110000 | 1010011 | 110111 |
Color Harmonies of #2FECDE
Complementary color
Monochromatic Colors of #2FECDE
Black with #2FECDE
Text Example
Text Example
White with #2FECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECDE; }
p { color: rgb(47,236,222); }
H1.HeaderClassName
{
color: #2FECDE;
}
.AnyTagClassName
{
color: #2FECDE;
}
</style>
background-color css
<style>
a { background-color: #2FECDE; }
a { background-color: rgb(47,236,222); }
div.DivClassName
{
background-color: #2FECDE;
}
.BgClassName
{
background-color: #2FECDE;
}
</style>
border-color css
<style>
span { border-color: #2FECDE; }
span { border-color: rgb(47,236,222); }
td.TdClassName
{
border-color: #2FECDE;
}
.TagClassName
{
border-color: #2FECDE;
}
</style>