Shades of Turquoise #33DBEF
Tints of Turquoise #33DBEF
RGB
CMYK
RGB Variations
Color information
#33DBEF (or 0x33DBEF) is known color: Turquoise. HEX triplet: 33, DB and EF. RGB value is (51,219,239). Sum of RGB (Red+Green+Blue) = 51+219+239=509 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.02% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #33DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DBEF is #CC2410. Grayscale: #AAAAAA. Windows color (decimal): -13378577 or 15719219. OLE color: 15719219.
HSL color Cylindrical-coordinate representation of color #33DBEF: hue angle of 186.38º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DBEF is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 219 | 239 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.06 |
| HSL | 186.38º | 0.85% | 0.57% | - |
| HSV(B) | 186.38º | 0.79% | 0.94% | - |
| XYZ | 42.28 | 57.6 | 90.55 | - |
| YUV | 171.05 | 166.34 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 239 | 0.79 | 0.08 | 0 | 0.06 | 186.38 | 0.85 | 0.57 |
| Hex | 33 | DB | EF | 4F | 8 | 0 | 6 | BA | 55 | 39 |
| Octal | 63 | 333 | 357 | 117 | 10 | 0 | 6 | 272 | 125 | 71 |
| Binary | 110011 | 11011011 | 11101111 | 1001111 | 1000 | 0 | 110 | 10111010 | 1010101 | 111001 |
Color Harmonies of #33DBEF
Complementary color
Monochromatic Colors of #33DBEF
Black with #33DBEF
Text Example
Text Example
White with #33DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBEF; }
p { color: rgb(51,219,239); }
H1.HeaderClassName
{
color: #33DBEF;
}
.AnyTagClassName
{
color: #33DBEF;
}
</style>
background-color css
<style>
a { background-color: #33DBEF; }
a { background-color: rgb(51,219,239); }
div.DivClassName
{
background-color: #33DBEF;
}
.BgClassName
{
background-color: #33DBEF;
}
</style>
border-color css
<style>
span { border-color: #33DBEF; }
span { border-color: rgb(51,219,239); }
td.TdClassName
{
border-color: #33DBEF;
}
.TagClassName
{
border-color: #33DBEF;
}
</style>