Shades of Turquoise #2FECEF
Tints of Turquoise #2FECEF
RGB
CMYK
RGB Variations
Color information
#2FECEF (or 0x2FECEF) is known color: Turquoise. HEX triplet: 2F, EC and EF. RGB value is (47,236,239). Sum of RGB (Red+Green+Blue) = 47+236+239=522 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.00% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FECEF is #D01310. Grayscale: #B3B3B3. Windows color (decimal): -13636369 or 15723567. OLE color: 15723567.
HSL color Cylindrical-coordinate representation of color #2FECEF: hue angle of 180.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECEF is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 236 | 239 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.06 |
| HSL | 180.94º | 0.86% | 0.56% | - |
| HSV(B) | 180.94º | 0.8% | 0.94% | - |
| XYZ | 46.75 | 66.83 | 92.1 | - |
| YUV | 179.83 | 161.38 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 239 | 0.80 | 0.01 | 0 | 0.06 | 180.94 | 0.86 | 0.56 |
| Hex | 2F | EC | EF | 50 | 1 | 0 | 6 | B5 | 56 | 38 |
| Octal | 57 | 354 | 357 | 120 | 1 | 0 | 6 | 265 | 126 | 70 |
| Binary | 101111 | 11101100 | 11101111 | 1010000 | 1 | 0 | 110 | 10110101 | 1010110 | 111000 |
Color Harmonies of #2FECEF
Complementary color
Monochromatic Colors of #2FECEF
Black with #2FECEF
Text Example
Text Example
White with #2FECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECEF; }
p { color: rgb(47,236,239); }
H1.HeaderClassName
{
color: #2FECEF;
}
.AnyTagClassName
{
color: #2FECEF;
}
</style>
background-color css
<style>
a { background-color: #2FECEF; }
a { background-color: rgb(47,236,239); }
div.DivClassName
{
background-color: #2FECEF;
}
.BgClassName
{
background-color: #2FECEF;
}
</style>
border-color css
<style>
span { border-color: #2FECEF; }
span { border-color: rgb(47,236,239); }
td.TdClassName
{
border-color: #2FECEF;
}
.TagClassName
{
border-color: #2FECEF;
}
</style>