Shades of Turquoise #33ECCD
Tints of Turquoise #33ECCD
RGB
CMYK
RGB Variations
Color information
#33ECCD (or 0x33ECCD) is known color: Turquoise. HEX triplet: 33, EC and CD. RGB value is (51,236,205). Sum of RGB (Red+Green+Blue) = 51+236+205=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #33ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33ECCD is #CC1332. Grayscale: #B1B1B1. Windows color (decimal): -13374259 or 13495347. OLE color: 13495347.
HSL color Cylindrical-coordinate representation of color #33ECCD: hue angle of 169.95º 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 #33ECCD is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 205 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.07 |
| HSL | 169.95º | 0.83% | 0.56% | - |
| HSV(B) | 169.95º | 0.78% | 0.93% | - |
| XYZ | 42.38 | 65.1 | 68.09 | - |
| YUV | 177.15 | 143.71 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 205 | 0.78 | 0 | 0.13 | 0.07 | 169.95 | 0.83 | 0.56 |
| Hex | 33 | EC | CD | 4E | 0 | D | 7 | AA | 53 | 38 |
| Octal | 63 | 354 | 315 | 116 | 0 | 15 | 7 | 252 | 123 | 70 |
| Binary | 110011 | 11101100 | 11001101 | 1001110 | 0 | 1101 | 111 | 10101010 | 1010011 | 111000 |
Color Harmonies of #33ECCD
Complementary color
Monochromatic Colors of #33ECCD
Black with #33ECCD
Text Example
Text Example
White with #33ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ECCD; }
p { color: rgb(51,236,205); }
H1.HeaderClassName
{
color: #33ECCD;
}
.AnyTagClassName
{
color: #33ECCD;
}
</style>
background-color css
<style>
a { background-color: #33ECCD; }
a { background-color: rgb(51,236,205); }
div.DivClassName
{
background-color: #33ECCD;
}
.BgClassName
{
background-color: #33ECCD;
}
</style>
border-color css
<style>
span { border-color: #33ECCD; }
span { border-color: rgb(51,236,205); }
td.TdClassName
{
border-color: #33ECCD;
}
.TagClassName
{
border-color: #33ECCD;
}
</style>