Shades of Turquoise #33DEDC
Tints of Turquoise #33DEDC
RGB
CMYK
RGB Variations
Color information
#33DEDC (or 0x33DEDC) is known color: Turquoise. HEX triplet: 33, DE and DC. RGB value is (51,222,220). Sum of RGB (Red+Green+Blue) = 51+222+220=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #33DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DEDC is #CC2123. Grayscale: #AAAAAA. Windows color (decimal): -13377828 or 14474803. OLE color: 14474803.
HSL color Cylindrical-coordinate representation of color #33DEDC: hue angle of 179.3º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DEDC is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 222 | 220 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.13 |
| HSL | 179.3º | 0.72% | 0.54% | - |
| HSV(B) | 179.3º | 0.77% | 0.87% | - |
| XYZ | 40.4 | 58.11 | 76.8 | - |
| YUV | 170.64 | 155.85 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 222 | 220 | 0.77 | 0 | 0.01 | 0.13 | 179.3 | 0.72 | 0.54 |
| Hex | 33 | DE | DC | 4D | 0 | 1 | D | B3 | 48 | 36 |
| Octal | 63 | 336 | 334 | 115 | 0 | 1 | 15 | 263 | 110 | 66 |
| Binary | 110011 | 11011110 | 11011100 | 1001101 | 0 | 1 | 1101 | 10110011 | 1001000 | 110110 |
Color Harmonies of #33DEDC
Complementary color
Monochromatic Colors of #33DEDC
Black with #33DEDC
Text Example
Text Example
White with #33DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DEDC; }
p { color: rgb(51,222,220); }
H1.HeaderClassName
{
color: #33DEDC;
}
.AnyTagClassName
{
color: #33DEDC;
}
</style>
background-color css
<style>
a { background-color: #33DEDC; }
a { background-color: rgb(51,222,220); }
div.DivClassName
{
background-color: #33DEDC;
}
.BgClassName
{
background-color: #33DEDC;
}
</style>
border-color css
<style>
span { border-color: #33DEDC; }
span { border-color: rgb(51,222,220); }
td.TdClassName
{
border-color: #33DEDC;
}
.TagClassName
{
border-color: #33DEDC;
}
</style>