Shades of Turquoise #2FDBEC
Tints of Turquoise #2FDBEC
RGB
CMYK
RGB Variations
Color information
#2FDBEC (or 0x2FDBEC) is known color: Turquoise. HEX triplet: 2F, DB and EC. RGB value is (47,219,236). Sum of RGB (Red+Green+Blue) = 47+219+236=502 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.36% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FDBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBEC is #D02413. Grayscale: #A9A9A9. Windows color (decimal): -13640724 or 15522607. OLE color: 15522607.
HSL color Cylindrical-coordinate representation of color #2FDBEC: hue angle of 185.4º 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 #2FDBEC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 219 | 236 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.07 |
| HSL | 185.4º | 0.83% | 0.55% | - |
| HSV(B) | 185.4º | 0.8% | 0.93% | - |
| XYZ | 41.64 | 57.32 | 88.23 | - |
| YUV | 169.51 | 165.52 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 236 | 0.80 | 0.07 | 0 | 0.07 | 185.4 | 0.83 | 0.55 |
| Hex | 2F | DB | EC | 50 | 7 | 0 | 7 | B9 | 53 | 37 |
| Octal | 57 | 333 | 354 | 120 | 7 | 0 | 7 | 271 | 123 | 67 |
| Binary | 101111 | 11011011 | 11101100 | 1010000 | 111 | 0 | 111 | 10111001 | 1010011 | 110111 |
Color Harmonies of #2FDBEC
Complementary color
Monochromatic Colors of #2FDBEC
Black with #2FDBEC
Text Example
Text Example
White with #2FDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDBEC; }
p { color: rgb(47,219,236); }
H1.HeaderClassName
{
color: #2FDBEC;
}
.AnyTagClassName
{
color: #2FDBEC;
}
</style>
background-color css
<style>
a { background-color: #2FDBEC; }
a { background-color: rgb(47,219,236); }
div.DivClassName
{
background-color: #2FDBEC;
}
.BgClassName
{
background-color: #2FDBEC;
}
</style>
border-color css
<style>
span { border-color: #2FDBEC; }
span { border-color: rgb(47,219,236); }
td.TdClassName
{
border-color: #2FDBEC;
}
.TagClassName
{
border-color: #2FDBEC;
}
</style>