Shades of Turquoise #2FDAEC
Tints of Turquoise #2FDAEC
RGB
CMYK
RGB Variations
Color information
#2FDAEC (or 0x2FDAEC) is known color: Turquoise. HEX triplet: 2F, DA and EC. RGB value is (47,218,236). Sum of RGB (Red+Green+Blue) = 47+218+236=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FDAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDAEC is #D02513. Grayscale: #A8A8A8. Windows color (decimal): -13640980 or 15522351. OLE color: 15522351.
HSL color Cylindrical-coordinate representation of color #2FDAEC: hue angle of 185.71º 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 #2FDAEC is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 218 | 236 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.07 |
| HSL | 185.71º | 0.83% | 0.55% | - |
| HSV(B) | 185.71º | 0.8% | 0.93% | - |
| XYZ | 41.38 | 56.8 | 88.14 | - |
| YUV | 168.92 | 165.85 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 236 | 0.80 | 0.08 | 0 | 0.07 | 185.71 | 0.83 | 0.55 |
| Hex | 2F | DA | EC | 50 | 8 | 0 | 7 | BA | 53 | 37 |
| Octal | 57 | 332 | 354 | 120 | 10 | 0 | 7 | 272 | 123 | 67 |
| Binary | 101111 | 11011010 | 11101100 | 1010000 | 1000 | 0 | 111 | 10111010 | 1010011 | 110111 |
Color Harmonies of #2FDAEC
Complementary color
Monochromatic Colors of #2FDAEC
Black with #2FDAEC
Text Example
Text Example
White with #2FDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDAEC; }
p { color: rgb(47,218,236); }
H1.HeaderClassName
{
color: #2FDAEC;
}
.AnyTagClassName
{
color: #2FDAEC;
}
</style>
background-color css
<style>
a { background-color: #2FDAEC; }
a { background-color: rgb(47,218,236); }
div.DivClassName
{
background-color: #2FDAEC;
}
.BgClassName
{
background-color: #2FDAEC;
}
</style>
border-color css
<style>
span { border-color: #2FDAEC; }
span { border-color: rgb(47,218,236); }
td.TdClassName
{
border-color: #2FDAEC;
}
.TagClassName
{
border-color: #2FDAEC;
}
</style>