Shades of Turquoise #33D8DC
Tints of Turquoise #33D8DC
RGB
CMYK
RGB Variations
Color information
#33D8DC (or 0x33D8DC) is known color: Turquoise. HEX triplet: 33, D8 and DC. RGB value is (51,216,220). Sum of RGB (Red+Green+Blue) = 51+216+220=487 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.47% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #33D8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D8DC is #CC2723. Grayscale: #A6A6A6. Windows color (decimal): -13379364 or 14473267. OLE color: 14473267.
HSL color Cylindrical-coordinate representation of color #33D8DC: hue angle of 181.42º degrees, saturation: 0.71, 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 #33D8DC is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 216 | 220 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.14 |
| HSL | 181.42º | 0.71% | 0.53% | - |
| HSV(B) | 181.42º | 0.77% | 0.86% | - |
| XYZ | 38.84 | 54.98 | 76.28 | - |
| YUV | 167.12 | 157.84 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 216 | 220 | 0.77 | 0.02 | 0 | 0.14 | 181.42 | 0.71 | 0.53 |
| Hex | 33 | D8 | DC | 4D | 2 | 0 | E | B5 | 47 | 35 |
| Octal | 63 | 330 | 334 | 115 | 2 | 0 | 16 | 265 | 107 | 65 |
| Binary | 110011 | 11011000 | 11011100 | 1001101 | 10 | 0 | 1110 | 10110101 | 1000111 | 110101 |
Color Harmonies of #33D8DC
Complementary color
Monochromatic Colors of #33D8DC
Black with #33D8DC
Text Example
Text Example
White with #33D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D8DC; }
p { color: rgb(51,216,220); }
H1.HeaderClassName
{
color: #33D8DC;
}
.AnyTagClassName
{
color: #33D8DC;
}
</style>
background-color css
<style>
a { background-color: #33D8DC; }
a { background-color: rgb(51,216,220); }
div.DivClassName
{
background-color: #33D8DC;
}
.BgClassName
{
background-color: #33D8DC;
}
</style>
border-color css
<style>
span { border-color: #33D8DC; }
span { border-color: rgb(51,216,220); }
td.TdClassName
{
border-color: #33D8DC;
}
.TagClassName
{
border-color: #33D8DC;
}
</style>