Shades of Medium Turquoise #2CCECB
Tints of Medium Turquoise #2CCECB
RGB
CMYK
RGB Variations
Color information
#2CCECB (or 0x2CCECB) is known color: Medium Turquoise. HEX triplet: 2C, CE and CB. RGB value is (44,206,203). Sum of RGB (Red+Green+Blue) = 44+206+203=453 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.71% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCECB is #D33134. Grayscale: #9D9D9D. Windows color (decimal): -13840693 or 13356588. OLE color: 13356588.
HSL color Cylindrical-coordinate representation of color #2CCECB: hue angle of 178.89º 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 #2CCECB is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 206 | 203 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.19 |
| HSL | 178.89º | 0.65% | 0.49% | - |
| HSV(B) | 178.89º | 0.79% | 0.81% | - |
| XYZ | 33.89 | 48.99 | 64.17 | - |
| YUV | 157.22 | 153.83 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 203 | 0.79 | 0 | 0.01 | 0.19 | 178.89 | 0.65 | 0.49 |
| Hex | 2C | CE | CB | 4F | 0 | 1 | 13 | B3 | 41 | 31 |
| Octal | 54 | 316 | 313 | 117 | 0 | 1 | 23 | 263 | 101 | 61 |
| Binary | 101100 | 11001110 | 11001011 | 1001111 | 0 | 1 | 10011 | 10110011 | 1000001 | 110001 |
Color Harmonies of #2CCECB
Complementary color
Monochromatic Colors of #2CCECB
Black with #2CCECB
Text Example
Text Example
White with #2CCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCECB; }
p { color: rgb(44,206,203); }
H1.HeaderClassName
{
color: #2CCECB;
}
.AnyTagClassName
{
color: #2CCECB;
}
</style>
background-color css
<style>
a { background-color: #2CCECB; }
a { background-color: rgb(44,206,203); }
div.DivClassName
{
background-color: #2CCECB;
}
.BgClassName
{
background-color: #2CCECB;
}
</style>
border-color css
<style>
span { border-color: #2CCECB; }
span { border-color: rgb(44,206,203); }
td.TdClassName
{
border-color: #2CCECB;
}
.TagClassName
{
border-color: #2CCECB;
}
</style>