Shades of Turquoise #2CDBDC
Tints of Turquoise #2CDBDC
RGB
CMYK
RGB Variations
Color information
#2CDBDC (or 0x2CDBDC) is known color: Turquoise. HEX triplet: 2C, DB and DC. RGB value is (44,219,220). Sum of RGB (Red+Green+Blue) = 44+219+220=483 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.11% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CDBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDBDC is #D32423. Grayscale: #A6A6A6. Windows color (decimal): -13837348 or 14474028. OLE color: 14474028.
HSL color Cylindrical-coordinate representation of color #2CDBDC: hue angle of 180.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDBDC is Cyan = 0.8, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 220 | - |
| CMYK | 0.8 | 0.00 | 0 | 0.14 |
| HSL | 180.34º | 0.72% | 0.52% | - |
| HSV(B) | 180.34º | 0.8% | 0.86% | - |
| XYZ | 39.29 | 56.37 | 76.52 | - |
| YUV | 166.79 | 158.02 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 220 | 0.8 | 0.00 | 0 | 0.14 | 180.34 | 0.72 | 0.52 |
| Hex | 2C | DB | DC | 50 | 0 | 0 | E | B4 | 48 | 34 |
| Octal | 54 | 333 | 334 | 120 | 0 | 0 | 16 | 264 | 110 | 64 |
| Binary | 101100 | 11011011 | 11011100 | 1010000 | 0 | 0 | 1110 | 10110100 | 1001000 | 110100 |
Color Harmonies of #2CDBDC
Complementary color
Monochromatic Colors of #2CDBDC
Black with #2CDBDC
Text Example
Text Example
White with #2CDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDBDC; }
p { color: rgb(44,219,220); }
H1.HeaderClassName
{
color: #2CDBDC;
}
.AnyTagClassName
{
color: #2CDBDC;
}
</style>
background-color css
<style>
a { background-color: #2CDBDC; }
a { background-color: rgb(44,219,220); }
div.DivClassName
{
background-color: #2CDBDC;
}
.BgClassName
{
background-color: #2CDBDC;
}
</style>
border-color css
<style>
span { border-color: #2CDBDC; }
span { border-color: rgb(44,219,220); }
td.TdClassName
{
border-color: #2CDBDC;
}
.TagClassName
{
border-color: #2CDBDC;
}
</style>