Shades of Turquoise #2CCEDD
Tints of Turquoise #2CCEDD
RGB
CMYK
RGB Variations
Color information
#2CCEDD (or 0x2CCEDD) is known color: Turquoise. HEX triplet: 2C, CE and DD. RGB value is (44,206,221). Sum of RGB (Red+Green+Blue) = 44+206+221=471 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.34% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CCEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEDD is #D33122. Grayscale: #9F9F9F. Windows color (decimal): -13840675 or 14536236. OLE color: 14536236.
HSL color Cylindrical-coordinate representation of color #2CCEDD: hue angle of 185.08º 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 #2CCEDD is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 206 | 221 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.13 |
| HSL | 185.08º | 0.72% | 0.52% | - |
| HSV(B) | 185.08º | 0.8% | 0.87% | - |
| XYZ | 36.16 | 49.9 | 76.13 | - |
| YUV | 159.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 221 | 0.80 | 0.07 | 0 | 0.13 | 185.08 | 0.72 | 0.52 |
| Hex | 2C | CE | DD | 50 | 7 | 0 | D | B9 | 48 | 34 |
| Octal | 54 | 316 | 335 | 120 | 7 | 0 | 15 | 271 | 110 | 64 |
| Binary | 101100 | 11001110 | 11011101 | 1010000 | 111 | 0 | 1101 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2CCEDD
Complementary color
Monochromatic Colors of #2CCEDD
Black with #2CCEDD
Text Example
Text Example
White with #2CCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCEDD; }
p { color: rgb(44,206,221); }
H1.HeaderClassName
{
color: #2CCEDD;
}
.AnyTagClassName
{
color: #2CCEDD;
}
</style>
background-color css
<style>
a { background-color: #2CCEDD; }
a { background-color: rgb(44,206,221); }
div.DivClassName
{
background-color: #2CCEDD;
}
.BgClassName
{
background-color: #2CCEDD;
}
</style>
border-color css
<style>
span { border-color: #2CCEDD; }
span { border-color: rgb(44,206,221); }
td.TdClassName
{
border-color: #2CCEDD;
}
.TagClassName
{
border-color: #2CCEDD;
}
</style>