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