Shades of Turquoise #2FDCED
Tints of Turquoise #2FDCED
RGB
CMYK
RGB Variations
Color information
#2FDCED (or 0x2FDCED) is known color: Turquoise. HEX triplet: 2F, DC and ED. RGB value is (47,220,237). Sum of RGB (Red+Green+Blue) = 47+220+237=504 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.33% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FDCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDCED is #D02312. Grayscale: #A9A9A9. Windows color (decimal): -13640467 or 15588399. OLE color: 15588399.
HSL color Cylindrical-coordinate representation of color #2FDCED: hue angle of 185.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDCED is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 220 | 237 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.07 |
| HSL | 185.37º | 0.84% | 0.56% | - |
| HSV(B) | 185.37º | 0.8% | 0.93% | - |
| XYZ | 42.05 | 57.91 | 89.08 | - |
| YUV | 170.21 | 165.69 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 237 | 0.80 | 0.07 | 0 | 0.07 | 185.37 | 0.84 | 0.56 |
| Hex | 2F | DC | ED | 50 | 7 | 0 | 7 | B9 | 54 | 38 |
| Octal | 57 | 334 | 355 | 120 | 7 | 0 | 7 | 271 | 124 | 70 |
| Binary | 101111 | 11011100 | 11101101 | 1010000 | 111 | 0 | 111 | 10111001 | 1010100 | 111000 |
Color Harmonies of #2FDCED
Complementary color
Monochromatic Colors of #2FDCED
Black with #2FDCED
Text Example
Text Example
White with #2FDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCED; }
p { color: rgb(47,220,237); }
H1.HeaderClassName
{
color: #2FDCED;
}
.AnyTagClassName
{
color: #2FDCED;
}
</style>
background-color css
<style>
a { background-color: #2FDCED; }
a { background-color: rgb(47,220,237); }
div.DivClassName
{
background-color: #2FDCED;
}
.BgClassName
{
background-color: #2FDCED;
}
</style>
border-color css
<style>
span { border-color: #2FDCED; }
span { border-color: rgb(47,220,237); }
td.TdClassName
{
border-color: #2FDCED;
}
.TagClassName
{
border-color: #2FDCED;
}
</style>