Shades of Turquoise #33D9D4
Tints of Turquoise #33D9D4
RGB
CMYK
RGB Variations
Color information
#33D9D4 (or 0x33D9D4) is known color: Turquoise. HEX triplet: 33, D9 and D4. RGB value is (51,217,212). Sum of RGB (Red+Green+Blue) = 51+217+212=480 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.62% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #33D9D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D9D4 is #CC262B. Grayscale: #A6A6A6. Windows color (decimal): -13379116 or 13949235. OLE color: 13949235.
HSL color Cylindrical-coordinate representation of color #33D9D4: hue angle of 178.19º 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 #33D9D4 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 212 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.15 |
| HSL | 178.19º | 0.69% | 0.53% | - |
| HSV(B) | 178.19º | 0.76% | 0.85% | - |
| XYZ | 38.06 | 55.08 | 70.91 | - |
| YUV | 166.8 | 153.5 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 212 | 0.76 | 0 | 0.02 | 0.15 | 178.19 | 0.69 | 0.53 |
| Hex | 33 | D9 | D4 | 4C | 0 | 2 | F | B2 | 45 | 35 |
| Octal | 63 | 331 | 324 | 114 | 0 | 2 | 17 | 262 | 105 | 65 |
| Binary | 110011 | 11011001 | 11010100 | 1001100 | 0 | 10 | 1111 | 10110010 | 1000101 | 110101 |
Color Harmonies of #33D9D4
Complementary color
Monochromatic Colors of #33D9D4
Black with #33D9D4
Text Example
Text Example
White with #33D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D9D4; }
p { color: rgb(51,217,212); }
H1.HeaderClassName
{
color: #33D9D4;
}
.AnyTagClassName
{
color: #33D9D4;
}
</style>
background-color css
<style>
a { background-color: #33D9D4; }
a { background-color: rgb(51,217,212); }
div.DivClassName
{
background-color: #33D9D4;
}
.BgClassName
{
background-color: #33D9D4;
}
</style>
border-color css
<style>
span { border-color: #33D9D4; }
span { border-color: rgb(51,217,212); }
td.TdClassName
{
border-color: #33D9D4;
}
.TagClassName
{
border-color: #33D9D4;
}
</style>