Shades of Turquoise #2CCFDD
Tints of Turquoise #2CCFDD
RGB
CMYK
RGB Variations
Color information
#2CCFDD (or 0x2CCFDD) is known color: Turquoise. HEX triplet: 2C, CF and DD. RGB value is (44,207,221). Sum of RGB (Red+Green+Blue) = 44+207+221=472 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.32% from 472); Green value is 207 (81.25% from 255 or 43.86% 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 #2CCFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCFDD is #D33022. Grayscale: #9F9F9F. Windows color (decimal): -13840419 or 14536492. OLE color: 14536492.
HSL color Cylindrical-coordinate representation of color #2CCFDD: hue angle of 184.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CCFDD is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 207 | 221 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.13 |
| HSL | 184.75º | 0.72% | 0.52% | - |
| HSV(B) | 184.75º | 0.8% | 0.87% | - |
| XYZ | 36.4 | 50.38 | 76.21 | - |
| YUV | 159.86 | 162.5 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 221 | 0.80 | 0.06 | 0 | 0.13 | 184.75 | 0.72 | 0.52 |
| Hex | 2C | CF | DD | 50 | 6 | 0 | D | B9 | 48 | 34 |
| Octal | 54 | 317 | 335 | 120 | 6 | 0 | 15 | 271 | 110 | 64 |
| Binary | 101100 | 11001111 | 11011101 | 1010000 | 110 | 0 | 1101 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2CCFDD
Complementary color
Monochromatic Colors of #2CCFDD
Black with #2CCFDD
Text Example
Text Example
White with #2CCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCFDD; }
p { color: rgb(44,207,221); }
H1.HeaderClassName
{
color: #2CCFDD;
}
.AnyTagClassName
{
color: #2CCFDD;
}
</style>
background-color css
<style>
a { background-color: #2CCFDD; }
a { background-color: rgb(44,207,221); }
div.DivClassName
{
background-color: #2CCFDD;
}
.BgClassName
{
background-color: #2CCFDD;
}
</style>
border-color css
<style>
span { border-color: #2CCFDD; }
span { border-color: rgb(44,207,221); }
td.TdClassName
{
border-color: #2CCFDD;
}
.TagClassName
{
border-color: #2CCFDD;
}
</style>