Shades of Medium Turquoise #33CECE
Tints of Medium Turquoise #33CECE
RGB
CMYK
RGB Variations
Color information
#33CECE (or 0x33CECE) is known color: Medium Turquoise. HEX triplet: 33, CE and CE. RGB value is (51,206,206). Sum of RGB (Red+Green+Blue) = 51+206+206=463 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.02% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #33CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CECE is #CC3131. Grayscale: #9F9F9F. Windows color (decimal): -13381938 or 13553203. OLE color: 13553203.
HSL color Cylindrical-coordinate representation of color #33CECE: hue angle of 180º 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 #33CECE is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 206 | - |
| CMYK | 0.75 | 0 | 0 | 0.19 |
| HSL | 180º | 0.61% | 0.5% | - |
| HSV(B) | 180º | 0.75% | 0.81% | - |
| XYZ | 34.58 | 49.3 | 66.09 | - |
| YUV | 159.66 | 154.15 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 206 | 0.75 | 0 | 0 | 0.19 | 180 | 0.61 | 0.5 |
| Hex | 33 | CE | CE | 4B | 0 | 0 | 13 | B4 | 3D | 32 |
| Octal | 63 | 316 | 316 | 113 | 0 | 0 | 23 | 264 | 75 | 62 |
| Binary | 110011 | 11001110 | 11001110 | 1001011 | 0 | 0 | 10011 | 10110100 | 111101 | 110010 |
Color Harmonies of #33CECE
Complementary color
Monochromatic Colors of #33CECE
Black with #33CECE
Text Example
Text Example
White with #33CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CECE; }
p { color: rgb(51,206,206); }
H1.HeaderClassName
{
color: #33CECE;
}
.AnyTagClassName
{
color: #33CECE;
}
</style>
background-color css
<style>
a { background-color: #33CECE; }
a { background-color: rgb(51,206,206); }
div.DivClassName
{
background-color: #33CECE;
}
.BgClassName
{
background-color: #33CECE;
}
</style>
border-color css
<style>
span { border-color: #33CECE; }
span { border-color: rgb(51,206,206); }
td.TdClassName
{
border-color: #33CECE;
}
.TagClassName
{
border-color: #33CECE;
}
</style>