Shades of Turquoise #33ECCE
Tints of Turquoise #33ECCE
RGB
CMYK
RGB Variations
Color information
#33ECCE (or 0x33ECCE) is known color: Turquoise. HEX triplet: 33, EC and CE. RGB value is (51,236,206). Sum of RGB (Red+Green+Blue) = 51+236+206=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #33ECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33ECCE is #CC1331. Grayscale: #B1B1B1. Windows color (decimal): -13374258 or 13560883. OLE color: 13560883.
HSL color Cylindrical-coordinate representation of color #33ECCE: hue angle of 170.27º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ECCE is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 206 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.07 |
| HSL | 170.27º | 0.83% | 0.56% | - |
| HSV(B) | 170.27º | 0.78% | 0.93% | - |
| XYZ | 42.5 | 65.15 | 68.73 | - |
| YUV | 177.27 | 144.21 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 206 | 0.78 | 0 | 0.13 | 0.07 | 170.27 | 0.83 | 0.56 |
| Hex | 33 | EC | CE | 4E | 0 | D | 7 | AA | 53 | 38 |
| Octal | 63 | 354 | 316 | 116 | 0 | 15 | 7 | 252 | 123 | 70 |
| Binary | 110011 | 11101100 | 11001110 | 1001110 | 0 | 1101 | 111 | 10101010 | 1010011 | 111000 |
Color Harmonies of #33ECCE
Complementary color
Monochromatic Colors of #33ECCE
Black with #33ECCE
Text Example
Text Example
White with #33ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ECCE; }
p { color: rgb(51,236,206); }
H1.HeaderClassName
{
color: #33ECCE;
}
.AnyTagClassName
{
color: #33ECCE;
}
</style>
background-color css
<style>
a { background-color: #33ECCE; }
a { background-color: rgb(51,236,206); }
div.DivClassName
{
background-color: #33ECCE;
}
.BgClassName
{
background-color: #33ECCE;
}
</style>
border-color css
<style>
span { border-color: #33ECCE; }
span { border-color: rgb(51,236,206); }
td.TdClassName
{
border-color: #33ECCE;
}
.TagClassName
{
border-color: #33ECCE;
}
</style>