Shades of Turquoise #2CDDE0
Tints of Turquoise #2CDDE0
RGB
CMYK
RGB Variations
Color information
#2CDDE0 (or 0x2CDDE0) is known color: Turquoise. HEX triplet: 2C, DD and E0. RGB value is (44,221,224). Sum of RGB (Red+Green+Blue) = 44+221+224=489 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.00% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #2CDDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDE0 is #D3221F. Grayscale: #A8A8A8. Windows color (decimal): -13836832 or 14736684. OLE color: 14736684.
HSL color Cylindrical-coordinate representation of color #2CDDE0: hue angle of 181º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDDE0 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 221 | 224 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.12 |
| HSL | 181º | 0.74% | 0.53% | - |
| HSV(B) | 181º | 0.8% | 0.88% | - |
| XYZ | 40.35 | 57.63 | 79.52 | - |
| YUV | 168.42 | 159.36 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 224 | 0.80 | 0.01 | 0 | 0.12 | 181 | 0.74 | 0.53 |
| Hex | 2C | DD | E0 | 50 | 1 | 0 | C | B5 | 4A | 35 |
| Octal | 54 | 335 | 340 | 120 | 1 | 0 | 14 | 265 | 112 | 65 |
| Binary | 101100 | 11011101 | 11100000 | 1010000 | 1 | 0 | 1100 | 10110101 | 1001010 | 110101 |
Color Harmonies of #2CDDE0
Complementary color
Monochromatic Colors of #2CDDE0
Black with #2CDDE0
Text Example
Text Example
White with #2CDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDE0; }
p { color: rgb(44,221,224); }
H1.HeaderClassName
{
color: #2CDDE0;
}
.AnyTagClassName
{
color: #2CDDE0;
}
</style>
background-color css
<style>
a { background-color: #2CDDE0; }
a { background-color: rgb(44,221,224); }
div.DivClassName
{
background-color: #2CDDE0;
}
.BgClassName
{
background-color: #2CDDE0;
}
</style>
border-color css
<style>
span { border-color: #2CDDE0; }
span { border-color: rgb(44,221,224); }
td.TdClassName
{
border-color: #2CDDE0;
}
.TagClassName
{
border-color: #2CDDE0;
}
</style>