Shades of Turquoise #33E0CA
Tints of Turquoise #33E0CA
RGB
CMYK
RGB Variations
Color information
#33E0CA (or 0x33E0CA) is known color: Turquoise. HEX triplet: 33, E0 and CA. RGB value is (51,224,202). Sum of RGB (Red+Green+Blue) = 51+224+202=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #33E0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E0CA is #CC1F35. Grayscale: #A9A9A9. Windows color (decimal): -13377334 or 13295667. OLE color: 13295667.
HSL color Cylindrical-coordinate representation of color #33E0CA: hue angle of 172.37º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E0CA is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 224 | 202 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.12 |
| HSL | 172.37º | 0.74% | 0.54% | - |
| HSV(B) | 172.37º | 0.77% | 0.88% | - |
| XYZ | 38.68 | 58.28 | 65.09 | - |
| YUV | 169.77 | 146.19 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 224 | 202 | 0.77 | 0 | 0.10 | 0.12 | 172.37 | 0.74 | 0.54 |
| Hex | 33 | E0 | CA | 4D | 0 | A | C | AC | 4A | 36 |
| Octal | 63 | 340 | 312 | 115 | 0 | 12 | 14 | 254 | 112 | 66 |
| Binary | 110011 | 11100000 | 11001010 | 1001101 | 0 | 1010 | 1100 | 10101100 | 1001010 | 110110 |
Color Harmonies of #33E0CA
Complementary color
Monochromatic Colors of #33E0CA
Black with #33E0CA
Text Example
Text Example
White with #33E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E0CA; }
p { color: rgb(51,224,202); }
H1.HeaderClassName
{
color: #33E0CA;
}
.AnyTagClassName
{
color: #33E0CA;
}
</style>
background-color css
<style>
a { background-color: #33E0CA; }
a { background-color: rgb(51,224,202); }
div.DivClassName
{
background-color: #33E0CA;
}
.BgClassName
{
background-color: #33E0CA;
}
</style>
border-color css
<style>
span { border-color: #33E0CA; }
span { border-color: rgb(51,224,202); }
td.TdClassName
{
border-color: #33E0CA;
}
.TagClassName
{
border-color: #33E0CA;
}
</style>