Shades of Turquoise #2CDBCA
Tints of Turquoise #2CDBCA
RGB
CMYK
RGB Variations
Color information
#2CDBCA (or 0x2CDBCA) is known color: Turquoise. HEX triplet: 2C, DB and CA. RGB value is (44,219,202). Sum of RGB (Red+Green+Blue) = 44+219+202=465 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.46% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDBCA is #D32435. Grayscale: #A4A4A4. Windows color (decimal): -13837366 or 13294380. OLE color: 13294380.
HSL color Cylindrical-coordinate representation of color #2CDBCA: hue angle of 174.17º degrees, saturation: 0.71, 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 #2CDBCA is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 202 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.14 |
| HSL | 174.17º | 0.71% | 0.52% | - |
| HSV(B) | 174.17º | 0.8% | 0.86% | - |
| XYZ | 37.03 | 55.46 | 64.63 | - |
| YUV | 164.74 | 149.02 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 202 | 0.80 | 0 | 0.08 | 0.14 | 174.17 | 0.71 | 0.52 |
| Hex | 2C | DB | CA | 50 | 0 | 8 | E | AE | 47 | 34 |
| Octal | 54 | 333 | 312 | 120 | 0 | 10 | 16 | 256 | 107 | 64 |
| Binary | 101100 | 11011011 | 11001010 | 1010000 | 0 | 1000 | 1110 | 10101110 | 1000111 | 110100 |
Color Harmonies of #2CDBCA
Complementary color
Monochromatic Colors of #2CDBCA
Black with #2CDBCA
Text Example
Text Example
White with #2CDBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDBCA; }
p { color: rgb(44,219,202); }
H1.HeaderClassName
{
color: #2CDBCA;
}
.AnyTagClassName
{
color: #2CDBCA;
}
</style>
background-color css
<style>
a { background-color: #2CDBCA; }
a { background-color: rgb(44,219,202); }
div.DivClassName
{
background-color: #2CDBCA;
}
.BgClassName
{
background-color: #2CDBCA;
}
</style>
border-color css
<style>
span { border-color: #2CDBCA; }
span { border-color: rgb(44,219,202); }
td.TdClassName
{
border-color: #2CDBCA;
}
.TagClassName
{
border-color: #2CDBCA;
}
</style>