Shades of Turquoise #2FDCEC
Tints of Turquoise #2FDCEC
RGB
CMYK
RGB Variations
Color information
#2FDCEC (or 0x2FDCEC) is known color: Turquoise. HEX triplet: 2F, DC and EC. RGB value is (47,220,236). Sum of RGB (Red+Green+Blue) = 47+220+236=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #2FDCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDCEC is #D02313. Grayscale: #A9A9A9. Windows color (decimal): -13640468 or 15522863. OLE color: 15522863.
HSL color Cylindrical-coordinate representation of color #2FDCEC: hue angle of 185.08º 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 #2FDCEC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 220 | 236 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.07 |
| HSL | 185.08º | 0.83% | 0.55% | - |
| HSV(B) | 185.08º | 0.8% | 0.93% | - |
| XYZ | 41.91 | 57.85 | 88.31 | - |
| YUV | 170.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 236 | 0.80 | 0.07 | 0 | 0.07 | 185.08 | 0.83 | 0.55 |
| Hex | 2F | DC | EC | 50 | 7 | 0 | 7 | B9 | 53 | 37 |
| Octal | 57 | 334 | 354 | 120 | 7 | 0 | 7 | 271 | 123 | 67 |
| Binary | 101111 | 11011100 | 11101100 | 1010000 | 111 | 0 | 111 | 10111001 | 1010011 | 110111 |
Color Harmonies of #2FDCEC
Complementary color
Monochromatic Colors of #2FDCEC
Black with #2FDCEC
Text Example
Text Example
White with #2FDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCEC; }
p { color: rgb(47,220,236); }
H1.HeaderClassName
{
color: #2FDCEC;
}
.AnyTagClassName
{
color: #2FDCEC;
}
</style>
background-color css
<style>
a { background-color: #2FDCEC; }
a { background-color: rgb(47,220,236); }
div.DivClassName
{
background-color: #2FDCEC;
}
.BgClassName
{
background-color: #2FDCEC;
}
</style>
border-color css
<style>
span { border-color: #2FDCEC; }
span { border-color: rgb(47,220,236); }
td.TdClassName
{
border-color: #2FDCEC;
}
.TagClassName
{
border-color: #2FDCEC;
}
</style>