Shades of Turquoise #33DCEC
Tints of Turquoise #33DCEC
RGB
CMYK
RGB Variations
Color information
#33DCEC (or 0x33DCEC) is known color: Turquoise. HEX triplet: 33, DC and EC. RGB value is (51,220,236). Sum of RGB (Red+Green+Blue) = 51+220+236=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #33DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DCEC is #CC2313. Grayscale: #ABABAB. Windows color (decimal): -13378324 or 15522867. OLE color: 15522867.
HSL color Cylindrical-coordinate representation of color #33DCEC: hue angle of 185.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DCEC is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 220 | 236 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.07 |
| HSL | 185.19º | 0.83% | 0.56% | - |
| HSV(B) | 185.19º | 0.78% | 0.93% | - |
| XYZ | 42.1 | 57.95 | 88.32 | - |
| YUV | 171.29 | 164.51 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 236 | 0.78 | 0.07 | 0 | 0.07 | 185.19 | 0.83 | 0.56 |
| Hex | 33 | DC | EC | 4E | 7 | 0 | 7 | B9 | 53 | 38 |
| Octal | 63 | 334 | 354 | 116 | 7 | 0 | 7 | 271 | 123 | 70 |
| Binary | 110011 | 11011100 | 11101100 | 1001110 | 111 | 0 | 111 | 10111001 | 1010011 | 111000 |
Color Harmonies of #33DCEC
Complementary color
Monochromatic Colors of #33DCEC
Black with #33DCEC
Text Example
Text Example
White with #33DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DCEC; }
p { color: rgb(51,220,236); }
H1.HeaderClassName
{
color: #33DCEC;
}
.AnyTagClassName
{
color: #33DCEC;
}
</style>
background-color css
<style>
a { background-color: #33DCEC; }
a { background-color: rgb(51,220,236); }
div.DivClassName
{
background-color: #33DCEC;
}
.BgClassName
{
background-color: #33DCEC;
}
</style>
border-color css
<style>
span { border-color: #33DCEC; }
span { border-color: rgb(51,220,236); }
td.TdClassName
{
border-color: #33DCEC;
}
.TagClassName
{
border-color: #33DCEC;
}
</style>