Shades of Turquoise #33DBEB
Tints of Turquoise #33DBEB
RGB
CMYK
RGB Variations
Color information
#33DBEB (or 0x33DBEB) is known color: Turquoise. HEX triplet: 33, DB and EB. RGB value is (51,219,235). Sum of RGB (Red+Green+Blue) = 51+219+235=505 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.10% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #33DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DBEB is #CC2414. Grayscale: #AAAAAA. Windows color (decimal): -13378581 or 15457075. OLE color: 15457075.
HSL color Cylindrical-coordinate representation of color #33DBEB: hue angle of 185.22º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DBEB is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 219 | 235 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.08 |
| HSL | 185.22º | 0.82% | 0.56% | - |
| HSV(B) | 185.22º | 0.78% | 0.92% | - |
| XYZ | 41.69 | 57.37 | 87.47 | - |
| YUV | 170.59 | 164.34 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 235 | 0.78 | 0.07 | 0 | 0.08 | 185.22 | 0.82 | 0.56 |
| Hex | 33 | DB | EB | 4E | 7 | 0 | 8 | B9 | 52 | 38 |
| Octal | 63 | 333 | 353 | 116 | 7 | 0 | 10 | 271 | 122 | 70 |
| Binary | 110011 | 11011011 | 11101011 | 1001110 | 111 | 0 | 1000 | 10111001 | 1010010 | 111000 |
Color Harmonies of #33DBEB
Complementary color
Monochromatic Colors of #33DBEB
Black with #33DBEB
Text Example
Text Example
White with #33DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBEB; }
p { color: rgb(51,219,235); }
H1.HeaderClassName
{
color: #33DBEB;
}
.AnyTagClassName
{
color: #33DBEB;
}
</style>
background-color css
<style>
a { background-color: #33DBEB; }
a { background-color: rgb(51,219,235); }
div.DivClassName
{
background-color: #33DBEB;
}
.BgClassName
{
background-color: #33DBEB;
}
</style>
border-color css
<style>
span { border-color: #33DBEB; }
span { border-color: rgb(51,219,235); }
td.TdClassName
{
border-color: #33DBEB;
}
.TagClassName
{
border-color: #33DBEB;
}
</style>