Shades of Turquoise #33D5DB
Tints of Turquoise #33D5DB
RGB
CMYK
RGB Variations
Color information
#33D5DB (or 0x33D5DB) is known color: Turquoise. HEX triplet: 33, D5 and DB. RGB value is (51,213,219). Sum of RGB (Red+Green+Blue) = 51+213+219=483 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.56% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #33D5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D5DB is #CC2A24. Grayscale: #A5A5A5. Windows color (decimal): -13380133 or 14406963. OLE color: 14406963.
HSL color Cylindrical-coordinate representation of color #33D5DB: hue angle of 182.14º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33D5DB is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 213 | 219 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.14 |
| HSL | 182.14º | 0.7% | 0.53% | - |
| HSV(B) | 182.14º | 0.77% | 0.86% | - |
| XYZ | 37.95 | 53.41 | 75.33 | - |
| YUV | 165.25 | 158.33 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 219 | 0.77 | 0.03 | 0 | 0.14 | 182.14 | 0.7 | 0.53 |
| Hex | 33 | D5 | DB | 4D | 3 | 0 | E | B6 | 46 | 35 |
| Octal | 63 | 325 | 333 | 115 | 3 | 0 | 16 | 266 | 106 | 65 |
| Binary | 110011 | 11010101 | 11011011 | 1001101 | 11 | 0 | 1110 | 10110110 | 1000110 | 110101 |
Color Harmonies of #33D5DB
Complementary color
Monochromatic Colors of #33D5DB
Black with #33D5DB
Text Example
Text Example
White with #33D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D5DB; }
p { color: rgb(51,213,219); }
H1.HeaderClassName
{
color: #33D5DB;
}
.AnyTagClassName
{
color: #33D5DB;
}
</style>
background-color css
<style>
a { background-color: #33D5DB; }
a { background-color: rgb(51,213,219); }
div.DivClassName
{
background-color: #33D5DB;
}
.BgClassName
{
background-color: #33D5DB;
}
</style>
border-color css
<style>
span { border-color: #33D5DB; }
span { border-color: rgb(51,213,219); }
td.TdClassName
{
border-color: #33D5DB;
}
.TagClassName
{
border-color: #33D5DB;
}
</style>