Shades of Turquoise #33D4D7
Tints of Turquoise #33D4D7
RGB
CMYK
RGB Variations
Color information
#33D4D7 (or 0x33D4D7) is known color: Turquoise. HEX triplet: 33, D4 and D7. RGB value is (51,212,215). Sum of RGB (Red+Green+Blue) = 51+212+215=478 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.67% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #33D4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D4D7 is #CC2B28. Grayscale: #A4A4A4. Windows color (decimal): -13380393 or 14144563. OLE color: 14144563.
HSL color Cylindrical-coordinate representation of color #33D4D7: hue angle of 181.1º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D4D7 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 212 | 215 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.16 |
| HSL | 181.1º | 0.67% | 0.52% | - |
| HSV(B) | 181.1º | 0.76% | 0.84% | - |
| XYZ | 37.17 | 52.7 | 72.5 | - |
| YUV | 164.2 | 156.66 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 212 | 215 | 0.76 | 0.01 | 0 | 0.16 | 181.1 | 0.67 | 0.52 |
| Hex | 33 | D4 | D7 | 4C | 1 | 0 | 10 | B5 | 43 | 34 |
| Octal | 63 | 324 | 327 | 114 | 1 | 0 | 20 | 265 | 103 | 64 |
| Binary | 110011 | 11010100 | 11010111 | 1001100 | 1 | 0 | 10000 | 10110101 | 1000011 | 110100 |
Color Harmonies of #33D4D7
Complementary color
Monochromatic Colors of #33D4D7
Black with #33D4D7
Text Example
Text Example
White with #33D4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D4D7; }
p { color: rgb(51,212,215); }
H1.HeaderClassName
{
color: #33D4D7;
}
.AnyTagClassName
{
color: #33D4D7;
}
</style>
background-color css
<style>
a { background-color: #33D4D7; }
a { background-color: rgb(51,212,215); }
div.DivClassName
{
background-color: #33D4D7;
}
.BgClassName
{
background-color: #33D4D7;
}
</style>
border-color css
<style>
span { border-color: #33D4D7; }
span { border-color: rgb(51,212,215); }
td.TdClassName
{
border-color: #33D4D7;
}
.TagClassName
{
border-color: #33D4D7;
}
</style>