Shades of Medium Turquoise #33CECA
Tints of Medium Turquoise #33CECA
RGB
CMYK
RGB Variations
Color information
#33CECA (or 0x33CECA) is known color: Medium Turquoise. HEX triplet: 33, CE and CA. RGB value is (51,206,202). Sum of RGB (Red+Green+Blue) = 51+206+202=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #33CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CECA is #CC3135. Grayscale: #9F9F9F. Windows color (decimal): -13381942 or 13291059. OLE color: 13291059.
HSL color Cylindrical-coordinate representation of color #33CECA: hue angle of 178.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CECA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 202 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.19 |
| HSL | 178.45º | 0.61% | 0.5% | - |
| HSV(B) | 178.45º | 0.75% | 0.81% | - |
| XYZ | 34.1 | 49.11 | 63.56 | - |
| YUV | 159.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 202 | 0.75 | 0 | 0.02 | 0.19 | 178.45 | 0.61 | 0.5 |
| Hex | 33 | CE | CA | 4B | 0 | 2 | 13 | B2 | 3D | 32 |
| Octal | 63 | 316 | 312 | 113 | 0 | 2 | 23 | 262 | 75 | 62 |
| Binary | 110011 | 11001110 | 11001010 | 1001011 | 0 | 10 | 10011 | 10110010 | 111101 | 110010 |
Color Harmonies of #33CECA
Complementary color
Monochromatic Colors of #33CECA
Black with #33CECA
Text Example
Text Example
White with #33CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CECA; }
p { color: rgb(51,206,202); }
H1.HeaderClassName
{
color: #33CECA;
}
.AnyTagClassName
{
color: #33CECA;
}
</style>
background-color css
<style>
a { background-color: #33CECA; }
a { background-color: rgb(51,206,202); }
div.DivClassName
{
background-color: #33CECA;
}
.BgClassName
{
background-color: #33CECA;
}
</style>
border-color css
<style>
span { border-color: #33CECA; }
span { border-color: rgb(51,206,202); }
td.TdClassName
{
border-color: #33CECA;
}
.TagClassName
{
border-color: #33CECA;
}
</style>