Shades of Turquoise #2CDCD8
Tints of Turquoise #2CDCD8
RGB
CMYK
RGB Variations
Color information
#2CDCD8 (or 0x2CDCD8) is known color: Turquoise. HEX triplet: 2C, DC and D8. RGB value is (44,220,216). Sum of RGB (Red+Green+Blue) = 44+220+216=480 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.17% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCD8 is #D32327. Grayscale: #A6A6A6. Windows color (decimal): -13837096 or 14212140. OLE color: 14212140.
HSL color Cylindrical-coordinate representation of color #2CDCD8: hue angle of 178.64º 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 #2CDCD8 is Cyan = 0.8, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 216 | - |
| CMYK | 0.8 | 0 | 0.02 | 0.14 |
| HSL | 178.64º | 0.72% | 0.52% | - |
| HSV(B) | 178.64º | 0.8% | 0.86% | - |
| XYZ | 39.03 | 56.68 | 73.85 | - |
| YUV | 166.92 | 155.69 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 216 | 0.8 | 0 | 0.02 | 0.14 | 178.64 | 0.72 | 0.52 |
| Hex | 2C | DC | D8 | 50 | 0 | 2 | E | B3 | 48 | 34 |
| Octal | 54 | 334 | 330 | 120 | 0 | 2 | 16 | 263 | 110 | 64 |
| Binary | 101100 | 11011100 | 11011000 | 1010000 | 0 | 10 | 1110 | 10110011 | 1001000 | 110100 |
Color Harmonies of #2CDCD8
Complementary color
Monochromatic Colors of #2CDCD8
Black with #2CDCD8
Text Example
Text Example
White with #2CDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCD8; }
p { color: rgb(44,220,216); }
H1.HeaderClassName
{
color: #2CDCD8;
}
.AnyTagClassName
{
color: #2CDCD8;
}
</style>
background-color css
<style>
a { background-color: #2CDCD8; }
a { background-color: rgb(44,220,216); }
div.DivClassName
{
background-color: #2CDCD8;
}
.BgClassName
{
background-color: #2CDCD8;
}
</style>
border-color css
<style>
span { border-color: #2CDCD8; }
span { border-color: rgb(44,220,216); }
td.TdClassName
{
border-color: #2CDCD8;
}
.TagClassName
{
border-color: #2CDCD8;
}
</style>