Shades of Medium Turquoise #2CCEC8
Tints of Medium Turquoise #2CCEC8
RGB
CMYK
RGB Variations
Color information
#2CCEC8 (or 0x2CCEC8) is known color: Medium Turquoise. HEX triplet: 2C, CE and C8. RGB value is (44,206,200). Sum of RGB (Red+Green+Blue) = 44+206+200=450 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.78% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEC8 is #D33137. Grayscale: #9C9C9C. Windows color (decimal): -13840696 or 13159980. OLE color: 13159980.
HSL color Cylindrical-coordinate representation of color #2CCEC8: hue angle of 177.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCEC8 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 206 | 200 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.19 |
| HSL | 177.78º | 0.65% | 0.49% | - |
| HSV(B) | 177.78º | 0.79% | 0.81% | - |
| XYZ | 33.54 | 48.85 | 62.3 | - |
| YUV | 156.88 | 152.33 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 200 | 0.79 | 0 | 0.03 | 0.19 | 177.78 | 0.65 | 0.49 |
| Hex | 2C | CE | C8 | 4F | 0 | 3 | 13 | B2 | 41 | 31 |
| Octal | 54 | 316 | 310 | 117 | 0 | 3 | 23 | 262 | 101 | 61 |
| Binary | 101100 | 11001110 | 11001000 | 1001111 | 0 | 11 | 10011 | 10110010 | 1000001 | 110001 |
Color Harmonies of #2CCEC8
Complementary color
Monochromatic Colors of #2CCEC8
Black with #2CCEC8
Text Example
Text Example
White with #2CCEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCEC8; }
p { color: rgb(44,206,200); }
H1.HeaderClassName
{
color: #2CCEC8;
}
.AnyTagClassName
{
color: #2CCEC8;
}
</style>
background-color css
<style>
a { background-color: #2CCEC8; }
a { background-color: rgb(44,206,200); }
div.DivClassName
{
background-color: #2CCEC8;
}
.BgClassName
{
background-color: #2CCEC8;
}
</style>
border-color css
<style>
span { border-color: #2CCEC8; }
span { border-color: rgb(44,206,200); }
td.TdClassName
{
border-color: #2CCEC8;
}
.TagClassName
{
border-color: #2CCEC8;
}
</style>