Shades of Turquoise #33D2C9
Tints of Turquoise #33D2C9
RGB
CMYK
RGB Variations
Color information
#33D2C9 (or 0x33D2C9) is known color: Turquoise. HEX triplet: 33, D2 and C9. RGB value is (51,210,201). Sum of RGB (Red+Green+Blue) = 51+210+201=462 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.04% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #33D2C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D2C9 is #CC2D36. Grayscale: #A1A1A1. Windows color (decimal): -13380919 or 13226547. OLE color: 13226547.
HSL color Cylindrical-coordinate representation of color #33D2C9: hue angle of 176.6º 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 #33D2C9 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 201 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.18 |
| HSL | 176.6º | 0.64% | 0.51% | - |
| HSV(B) | 176.6º | 0.76% | 0.82% | - |
| XYZ | 34.95 | 51.01 | 63.26 | - |
| YUV | 161.43 | 150.32 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 201 | 0.76 | 0 | 0.04 | 0.18 | 176.6 | 0.64 | 0.51 |
| Hex | 33 | D2 | C9 | 4C | 0 | 4 | 12 | B1 | 40 | 33 |
| Octal | 63 | 322 | 311 | 114 | 0 | 4 | 22 | 261 | 100 | 63 |
| Binary | 110011 | 11010010 | 11001001 | 1001100 | 0 | 100 | 10010 | 10110001 | 1000000 | 110011 |
Color Harmonies of #33D2C9
Complementary color
Monochromatic Colors of #33D2C9
Black with #33D2C9
Text Example
Text Example
White with #33D2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D2C9; }
p { color: rgb(51,210,201); }
H1.HeaderClassName
{
color: #33D2C9;
}
.AnyTagClassName
{
color: #33D2C9;
}
</style>
background-color css
<style>
a { background-color: #33D2C9; }
a { background-color: rgb(51,210,201); }
div.DivClassName
{
background-color: #33D2C9;
}
.BgClassName
{
background-color: #33D2C9;
}
</style>
border-color css
<style>
span { border-color: #33D2C9; }
span { border-color: rgb(51,210,201); }
td.TdClassName
{
border-color: #33D2C9;
}
.TagClassName
{
border-color: #33D2C9;
}
</style>