Shades of Medium Turquoise #33CEC0
Tints of Medium Turquoise #33CEC0
RGB
CMYK
RGB Variations
Color information
#33CEC0 (or 0x33CEC0) is known color: Medium Turquoise. HEX triplet: 33, CE and C0. RGB value is (51,206,192). Sum of RGB (Red+Green+Blue) = 51+206+192=449 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.36% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEC0 is #CC313F. Grayscale: #9D9D9D. Windows color (decimal): -13381952 or 12635699. OLE color: 12635699.
HSL color Cylindrical-coordinate representation of color #33CEC0: hue angle of 174.58º 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 #33CEC0 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 192 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.19 |
| HSL | 174.58º | 0.61% | 0.5% | - |
| HSV(B) | 174.58º | 0.75% | 0.81% | - |
| XYZ | 32.95 | 48.65 | 57.52 | - |
| YUV | 158.06 | 147.15 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 192 | 0.75 | 0 | 0.07 | 0.19 | 174.58 | 0.61 | 0.5 |
| Hex | 33 | CE | C0 | 4B | 0 | 7 | 13 | AF | 3D | 32 |
| Octal | 63 | 316 | 300 | 113 | 0 | 7 | 23 | 257 | 75 | 62 |
| Binary | 110011 | 11001110 | 11000000 | 1001011 | 0 | 111 | 10011 | 10101111 | 111101 | 110010 |
Color Harmonies of #33CEC0
Complementary color
Monochromatic Colors of #33CEC0
Black with #33CEC0
Text Example
Text Example
White with #33CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEC0; }
p { color: rgb(51,206,192); }
H1.HeaderClassName
{
color: #33CEC0;
}
.AnyTagClassName
{
color: #33CEC0;
}
</style>
background-color css
<style>
a { background-color: #33CEC0; }
a { background-color: rgb(51,206,192); }
div.DivClassName
{
background-color: #33CEC0;
}
.BgClassName
{
background-color: #33CEC0;
}
</style>
border-color css
<style>
span { border-color: #33CEC0; }
span { border-color: rgb(51,206,192); }
td.TdClassName
{
border-color: #33CEC0;
}
.TagClassName
{
border-color: #33CEC0;
}
</style>