Shades of Turquoise #33D2CA
Tints of Turquoise #33D2CA
RGB
CMYK
RGB Variations
Color information
#33D2CA (or 0x33D2CA) is known color: Turquoise. HEX triplet: 33, D2 and CA. RGB value is (51,210,202). Sum of RGB (Red+Green+Blue) = 51+210+202=463 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.02% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #33D2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D2CA is #CC2D35. Grayscale: #A1A1A1. Windows color (decimal): -13380918 or 13292083. OLE color: 13292083.
HSL color Cylindrical-coordinate representation of color #33D2CA: hue angle of 176.98º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D2CA is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 202 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.18 |
| HSL | 176.98º | 0.64% | 0.51% | - |
| HSV(B) | 176.98º | 0.76% | 0.82% | - |
| XYZ | 35.07 | 51.06 | 63.88 | - |
| YUV | 161.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 202 | 0.76 | 0 | 0.04 | 0.18 | 176.98 | 0.64 | 0.51 |
| Hex | 33 | D2 | CA | 4C | 0 | 4 | 12 | B1 | 40 | 33 |
| Octal | 63 | 322 | 312 | 114 | 0 | 4 | 22 | 261 | 100 | 63 |
| Binary | 110011 | 11010010 | 11001010 | 1001100 | 0 | 100 | 10010 | 10110001 | 1000000 | 110011 |
Color Harmonies of #33D2CA
Complementary color
Monochromatic Colors of #33D2CA
Black with #33D2CA
Text Example
Text Example
White with #33D2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D2CA; }
p { color: rgb(51,210,202); }
H1.HeaderClassName
{
color: #33D2CA;
}
.AnyTagClassName
{
color: #33D2CA;
}
</style>
background-color css
<style>
a { background-color: #33D2CA; }
a { background-color: rgb(51,210,202); }
div.DivClassName
{
background-color: #33D2CA;
}
.BgClassName
{
background-color: #33D2CA;
}
</style>
border-color css
<style>
span { border-color: #33D2CA; }
span { border-color: rgb(51,210,202); }
td.TdClassName
{
border-color: #33D2CA;
}
.TagClassName
{
border-color: #33D2CA;
}
</style>