Shades of Medium Turquoise #2CCECA
Tints of Medium Turquoise #2CCECA
RGB
CMYK
RGB Variations
Color information
#2CCECA (or 0x2CCECA) is known color: Medium Turquoise. HEX triplet: 2C, CE and CA. RGB value is (44,206,202). Sum of RGB (Red+Green+Blue) = 44+206+202=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCECA is #D33135. Grayscale: #9C9C9C. Windows color (decimal): -13840694 or 13291052. OLE color: 13291052.
HSL color Cylindrical-coordinate representation of color #2CCECA: hue angle of 178.52º 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 #2CCECA is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 206 | 202 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.19 |
| HSL | 178.52º | 0.65% | 0.49% | - |
| HSV(B) | 178.52º | 0.79% | 0.81% | - |
| XYZ | 33.77 | 48.94 | 63.54 | - |
| YUV | 157.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 202 | 0.79 | 0 | 0.02 | 0.19 | 178.52 | 0.65 | 0.49 |
| Hex | 2C | CE | CA | 4F | 0 | 2 | 13 | B3 | 41 | 31 |
| Octal | 54 | 316 | 312 | 117 | 0 | 2 | 23 | 263 | 101 | 61 |
| Binary | 101100 | 11001110 | 11001010 | 1001111 | 0 | 10 | 10011 | 10110011 | 1000001 | 110001 |
Color Harmonies of #2CCECA
Complementary color
Monochromatic Colors of #2CCECA
Black with #2CCECA
Text Example
Text Example
White with #2CCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCECA; }
p { color: rgb(44,206,202); }
H1.HeaderClassName
{
color: #2CCECA;
}
.AnyTagClassName
{
color: #2CCECA;
}
</style>
background-color css
<style>
a { background-color: #2CCECA; }
a { background-color: rgb(44,206,202); }
div.DivClassName
{
background-color: #2CCECA;
}
.BgClassName
{
background-color: #2CCECA;
}
</style>
border-color css
<style>
span { border-color: #2CCECA; }
span { border-color: rgb(44,206,202); }
td.TdClassName
{
border-color: #2CCECA;
}
.TagClassName
{
border-color: #2CCECA;
}
</style>