Shades of Turquoise #33DBEC
Tints of Turquoise #33DBEC
RGB
CMYK
RGB Variations
Color information
#33DBEC (or 0x33DBEC) is known color: Turquoise. HEX triplet: 33, DB and EC. RGB value is (51,219,236). Sum of RGB (Red+Green+Blue) = 51+219+236=506 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.08% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #33DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DBEC is #CC2413. Grayscale: #AAAAAA. Windows color (decimal): -13378580 or 15522611. OLE color: 15522611.
HSL color Cylindrical-coordinate representation of color #33DBEC: hue angle of 185.51º 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 #33DBEC is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 219 | 236 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.07 |
| HSL | 185.51º | 0.83% | 0.56% | - |
| HSV(B) | 185.51º | 0.78% | 0.93% | - |
| XYZ | 41.84 | 57.42 | 88.24 | - |
| YUV | 170.71 | 164.84 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 236 | 0.78 | 0.07 | 0 | 0.07 | 185.51 | 0.83 | 0.56 |
| Hex | 33 | DB | EC | 4E | 7 | 0 | 7 | BA | 53 | 38 |
| Octal | 63 | 333 | 354 | 116 | 7 | 0 | 7 | 272 | 123 | 70 |
| Binary | 110011 | 11011011 | 11101100 | 1001110 | 111 | 0 | 111 | 10111010 | 1010011 | 111000 |
Color Harmonies of #33DBEC
Complementary color
Monochromatic Colors of #33DBEC
Black with #33DBEC
Text Example
Text Example
White with #33DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBEC; }
p { color: rgb(51,219,236); }
H1.HeaderClassName
{
color: #33DBEC;
}
.AnyTagClassName
{
color: #33DBEC;
}
</style>
background-color css
<style>
a { background-color: #33DBEC; }
a { background-color: rgb(51,219,236); }
div.DivClassName
{
background-color: #33DBEC;
}
.BgClassName
{
background-color: #33DBEC;
}
</style>
border-color css
<style>
span { border-color: #33DBEC; }
span { border-color: rgb(51,219,236); }
td.TdClassName
{
border-color: #33DBEC;
}
.TagClassName
{
border-color: #33DBEC;
}
</style>