Shades of Medium Turquoise #2FCCDD
Tints of Medium Turquoise #2FCCDD
RGB
CMYK
RGB Variations
Color information
#2FCCDD (or 0x2FCCDD) is known color: Medium Turquoise. HEX triplet: 2F, CC and DD. RGB value is (47,204,221). Sum of RGB (Red+Green+Blue) = 47+204+221=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FCCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCDD is #D03322. Grayscale: #9E9E9E. Windows color (decimal): -13644579 or 14535727. OLE color: 14535727.
HSL color Cylindrical-coordinate representation of color #2FCCDD: hue angle of 185.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCCDD is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 204 | 221 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.13 |
| HSL | 185.86º | 0.72% | 0.53% | - |
| HSV(B) | 185.86º | 0.79% | 0.87% | - |
| XYZ | 35.82 | 49.01 | 75.98 | - |
| YUV | 159 | 162.99 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 221 | 0.79 | 0.08 | 0 | 0.13 | 185.86 | 0.72 | 0.53 |
| Hex | 2F | CC | DD | 4F | 8 | 0 | D | BA | 48 | 35 |
| Octal | 57 | 314 | 335 | 117 | 10 | 0 | 15 | 272 | 110 | 65 |
| Binary | 101111 | 11001100 | 11011101 | 1001111 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110101 |
Color Harmonies of #2FCCDD
Complementary color
Monochromatic Colors of #2FCCDD
Black with #2FCCDD
Text Example
Text Example
White with #2FCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCDD; }
p { color: rgb(47,204,221); }
H1.HeaderClassName
{
color: #2FCCDD;
}
.AnyTagClassName
{
color: #2FCCDD;
}
</style>
background-color css
<style>
a { background-color: #2FCCDD; }
a { background-color: rgb(47,204,221); }
div.DivClassName
{
background-color: #2FCCDD;
}
.BgClassName
{
background-color: #2FCCDD;
}
</style>
border-color css
<style>
span { border-color: #2FCCDD; }
span { border-color: rgb(47,204,221); }
td.TdClassName
{
border-color: #2FCCDD;
}
.TagClassName
{
border-color: #2FCCDD;
}
</style>