Shades of Turquoise #33D6DC
Tints of Turquoise #33D6DC
RGB
CMYK
RGB Variations
Color information
#33D6DC (or 0x33D6DC) is known color: Turquoise. HEX triplet: 33, D6 and DC. RGB value is (51,214,220). Sum of RGB (Red+Green+Blue) = 51+214+220=485 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.52% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #33D6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D6DC is #CC2923. Grayscale: #A5A5A5. Windows color (decimal): -13379876 or 14472755. OLE color: 14472755.
HSL color Cylindrical-coordinate representation of color #33D6DC: hue angle of 182.13º 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 #33D6DC is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 214 | 220 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.14 |
| HSL | 182.13º | 0.71% | 0.53% | - |
| HSV(B) | 182.13º | 0.77% | 0.86% | - |
| XYZ | 38.33 | 53.96 | 76.11 | - |
| YUV | 165.95 | 158.5 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 220 | 0.77 | 0.03 | 0 | 0.14 | 182.13 | 0.71 | 0.53 |
| Hex | 33 | D6 | DC | 4D | 3 | 0 | E | B6 | 47 | 35 |
| Octal | 63 | 326 | 334 | 115 | 3 | 0 | 16 | 266 | 107 | 65 |
| Binary | 110011 | 11010110 | 11011100 | 1001101 | 11 | 0 | 1110 | 10110110 | 1000111 | 110101 |
Color Harmonies of #33D6DC
Complementary color
Monochromatic Colors of #33D6DC
Black with #33D6DC
Text Example
Text Example
White with #33D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D6DC; }
p { color: rgb(51,214,220); }
H1.HeaderClassName
{
color: #33D6DC;
}
.AnyTagClassName
{
color: #33D6DC;
}
</style>
background-color css
<style>
a { background-color: #33D6DC; }
a { background-color: rgb(51,214,220); }
div.DivClassName
{
background-color: #33D6DC;
}
.BgClassName
{
background-color: #33D6DC;
}
</style>
border-color css
<style>
span { border-color: #33D6DC; }
span { border-color: rgb(51,214,220); }
td.TdClassName
{
border-color: #33D6DC;
}
.TagClassName
{
border-color: #33D6DC;
}
</style>