Shades of Turquoise #33D9D1
Tints of Turquoise #33D9D1
RGB
CMYK
RGB Variations
Color information
#33D9D1 (or 0x33D9D1) is known color: Turquoise. HEX triplet: 33, D9 and D1. RGB value is (51,217,209). Sum of RGB (Red+Green+Blue) = 51+217+209=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #33D9D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D9D1 is #CC262E. Grayscale: #A6A6A6. Windows color (decimal): -13379119 or 13752627. OLE color: 13752627.
HSL color Cylindrical-coordinate representation of color #33D9D1: hue angle of 177.11º 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 #33D9D1 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 209 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.15 |
| HSL | 177.11º | 0.69% | 0.53% | - |
| HSV(B) | 177.11º | 0.76% | 0.85% | - |
| XYZ | 37.69 | 54.93 | 68.94 | - |
| YUV | 166.45 | 152 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 209 | 0.76 | 0 | 0.04 | 0.15 | 177.11 | 0.69 | 0.53 |
| Hex | 33 | D9 | D1 | 4C | 0 | 4 | F | B1 | 45 | 35 |
| Octal | 63 | 331 | 321 | 114 | 0 | 4 | 17 | 261 | 105 | 65 |
| Binary | 110011 | 11011001 | 11010001 | 1001100 | 0 | 100 | 1111 | 10110001 | 1000101 | 110101 |
Color Harmonies of #33D9D1
Complementary color
Monochromatic Colors of #33D9D1
Black with #33D9D1
Text Example
Text Example
White with #33D9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D9D1; }
p { color: rgb(51,217,209); }
H1.HeaderClassName
{
color: #33D9D1;
}
.AnyTagClassName
{
color: #33D9D1;
}
</style>
background-color css
<style>
a { background-color: #33D9D1; }
a { background-color: rgb(51,217,209); }
div.DivClassName
{
background-color: #33D9D1;
}
.BgClassName
{
background-color: #33D9D1;
}
</style>
border-color css
<style>
span { border-color: #33D9D1; }
span { border-color: rgb(51,217,209); }
td.TdClassName
{
border-color: #33D9D1;
}
.TagClassName
{
border-color: #33D9D1;
}
</style>