Shades of Turquoise #33DCE6
Tints of Turquoise #33DCE6
RGB
CMYK
RGB Variations
Color information
#33DCE6 (or 0x33DCE6) is known color: Turquoise. HEX triplet: 33, DC and E6. RGB value is (51,220,230). Sum of RGB (Red+Green+Blue) = 51+220+230=501 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.18% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #33DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DCE6 is #CC2319. Grayscale: #AAAAAA. Windows color (decimal): -13378330 or 15129651. OLE color: 15129651.
HSL color Cylindrical-coordinate representation of color #33DCE6: hue angle of 183.35º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DCE6 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 220 | 230 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.10 |
| HSL | 183.35º | 0.78% | 0.55% | - |
| HSV(B) | 183.35º | 0.78% | 0.9% | - |
| XYZ | 41.24 | 57.6 | 83.81 | - |
| YUV | 170.61 | 161.51 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 230 | 0.78 | 0.04 | 0 | 0.10 | 183.35 | 0.78 | 0.55 |
| Hex | 33 | DC | E6 | 4E | 4 | 0 | A | B7 | 4E | 37 |
| Octal | 63 | 334 | 346 | 116 | 4 | 0 | 12 | 267 | 116 | 67 |
| Binary | 110011 | 11011100 | 11100110 | 1001110 | 100 | 0 | 1010 | 10110111 | 1001110 | 110111 |
Color Harmonies of #33DCE6
Complementary color
Monochromatic Colors of #33DCE6
Black with #33DCE6
Text Example
Text Example
White with #33DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DCE6; }
p { color: rgb(51,220,230); }
H1.HeaderClassName
{
color: #33DCE6;
}
.AnyTagClassName
{
color: #33DCE6;
}
</style>
background-color css
<style>
a { background-color: #33DCE6; }
a { background-color: rgb(51,220,230); }
div.DivClassName
{
background-color: #33DCE6;
}
.BgClassName
{
background-color: #33DCE6;
}
</style>
border-color css
<style>
span { border-color: #33DCE6; }
span { border-color: rgb(51,220,230); }
td.TdClassName
{
border-color: #33DCE6;
}
.TagClassName
{
border-color: #33DCE6;
}
</style>