Shades of Medium Turquoise #2FCCDC
Tints of Medium Turquoise #2FCCDC
RGB
CMYK
RGB Variations
Color information
#2FCCDC (or 0x2FCCDC) is known color: Medium Turquoise. HEX triplet: 2F, CC and DC. RGB value is (47,204,220). Sum of RGB (Red+Green+Blue) = 47+204+220=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCDC is #D03323. Grayscale: #9E9E9E. Windows color (decimal): -13644580 or 14470191. OLE color: 14470191.
HSL color Cylindrical-coordinate representation of color #2FCCDC: hue angle of 185.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCCDC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 204 | 220 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.14 |
| HSL | 185.55º | 0.71% | 0.52% | - |
| HSV(B) | 185.55º | 0.79% | 0.86% | - |
| XYZ | 35.68 | 48.96 | 75.28 | - |
| YUV | 158.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 220 | 0.79 | 0.07 | 0 | 0.14 | 185.55 | 0.71 | 0.52 |
| Hex | 2F | CC | DC | 4F | 7 | 0 | E | BA | 47 | 34 |
| Octal | 57 | 314 | 334 | 117 | 7 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101111 | 11001100 | 11011100 | 1001111 | 111 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2FCCDC
Complementary color
Monochromatic Colors of #2FCCDC
Black with #2FCCDC
Text Example
Text Example
White with #2FCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCDC; }
p { color: rgb(47,204,220); }
H1.HeaderClassName
{
color: #2FCCDC;
}
.AnyTagClassName
{
color: #2FCCDC;
}
</style>
background-color css
<style>
a { background-color: #2FCCDC; }
a { background-color: rgb(47,204,220); }
div.DivClassName
{
background-color: #2FCCDC;
}
.BgClassName
{
background-color: #2FCCDC;
}
</style>
border-color css
<style>
span { border-color: #2FCCDC; }
span { border-color: rgb(47,204,220); }
td.TdClassName
{
border-color: #2FCCDC;
}
.TagClassName
{
border-color: #2FCCDC;
}
</style>