Shades of Turquoise #33D9D0
Tints of Turquoise #33D9D0
RGB
CMYK
RGB Variations
Color information
#33D9D0 (or 0x33D9D0) is known color: Turquoise. HEX triplet: 33, D9 and D0. RGB value is (51,217,208). Sum of RGB (Red+Green+Blue) = 51+217+208=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #33D9D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D9D0 is #CC262F. Grayscale: #A6A6A6. Windows color (decimal): -13379120 or 13687091. OLE color: 13687091.
HSL color Cylindrical-coordinate representation of color #33D9D0: hue angle of 176.75º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D9D0 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 208 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.15 |
| HSL | 176.75º | 0.69% | 0.53% | - |
| HSV(B) | 176.75º | 0.76% | 0.85% | - |
| XYZ | 37.56 | 54.88 | 68.29 | - |
| YUV | 166.34 | 151.5 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 208 | 0.76 | 0 | 0.04 | 0.15 | 176.75 | 0.69 | 0.53 |
| Hex | 33 | D9 | D0 | 4C | 0 | 4 | F | B1 | 45 | 35 |
| Octal | 63 | 331 | 320 | 114 | 0 | 4 | 17 | 261 | 105 | 65 |
| Binary | 110011 | 11011001 | 11010000 | 1001100 | 0 | 100 | 1111 | 10110001 | 1000101 | 110101 |
Color Harmonies of #33D9D0
Complementary color
Monochromatic Colors of #33D9D0
Black with #33D9D0
Text Example
Text Example
White with #33D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D9D0; }
p { color: rgb(51,217,208); }
H1.HeaderClassName
{
color: #33D9D0;
}
.AnyTagClassName
{
color: #33D9D0;
}
</style>
background-color css
<style>
a { background-color: #33D9D0; }
a { background-color: rgb(51,217,208); }
div.DivClassName
{
background-color: #33D9D0;
}
.BgClassName
{
background-color: #33D9D0;
}
</style>
border-color css
<style>
span { border-color: #33D9D0; }
span { border-color: rgb(51,217,208); }
td.TdClassName
{
border-color: #33D9D0;
}
.TagClassName
{
border-color: #33D9D0;
}
</style>