Shades of Medium Turquoise #33CEC8
Tints of Medium Turquoise #33CEC8
RGB
CMYK
RGB Variations
Color information
#33CEC8 (or 0x33CEC8) is known color: Medium Turquoise. HEX triplet: 33, CE and C8. RGB value is (51,206,200). Sum of RGB (Red+Green+Blue) = 51+206+200=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEC8 is #CC3137. Grayscale: #9E9E9E. Windows color (decimal): -13381944 or 13159987. OLE color: 13159987.
HSL color Cylindrical-coordinate representation of color #33CEC8: hue angle of 177.68º 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 #33CEC8 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 200 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.19 |
| HSL | 177.68º | 0.61% | 0.5% | - |
| HSV(B) | 177.68º | 0.75% | 0.81% | - |
| XYZ | 33.86 | 49.02 | 62.32 | - |
| YUV | 158.97 | 151.15 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 200 | 0.75 | 0 | 0.03 | 0.19 | 177.68 | 0.61 | 0.5 |
| Hex | 33 | CE | C8 | 4B | 0 | 3 | 13 | B2 | 3D | 32 |
| Octal | 63 | 316 | 310 | 113 | 0 | 3 | 23 | 262 | 75 | 62 |
| Binary | 110011 | 11001110 | 11001000 | 1001011 | 0 | 11 | 10011 | 10110010 | 111101 | 110010 |
Color Harmonies of #33CEC8
Complementary color
Monochromatic Colors of #33CEC8
Black with #33CEC8
Text Example
Text Example
White with #33CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEC8; }
p { color: rgb(51,206,200); }
H1.HeaderClassName
{
color: #33CEC8;
}
.AnyTagClassName
{
color: #33CEC8;
}
</style>
background-color css
<style>
a { background-color: #33CEC8; }
a { background-color: rgb(51,206,200); }
div.DivClassName
{
background-color: #33CEC8;
}
.BgClassName
{
background-color: #33CEC8;
}
</style>
border-color css
<style>
span { border-color: #33CEC8; }
span { border-color: rgb(51,206,200); }
td.TdClassName
{
border-color: #33CEC8;
}
.TagClassName
{
border-color: #33CEC8;
}
</style>