Shades of Turquoise #33EDDB
Tints of Turquoise #33EDDB
RGB
CMYK
RGB Variations
Color information
#33EDDB (or 0x33EDDB) is known color: Turquoise. HEX triplet: 33, ED and DB. RGB value is (51,237,219). Sum of RGB (Red+Green+Blue) = 51+237+219=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDDB is #CC1224. Grayscale: #B3B3B3. Windows color (decimal): -13373989 or 14413107. OLE color: 14413107.
HSL color Cylindrical-coordinate representation of color #33EDDB: hue angle of 174.19º degrees, saturation: 0.84, 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 #33EDDB is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 219 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.07 |
| HSL | 174.19º | 0.84% | 0.56% | - |
| HSV(B) | 174.19º | 0.78% | 0.93% | - |
| XYZ | 44.44 | 66.39 | 77.49 | - |
| YUV | 179.33 | 150.38 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 219 | 0.78 | 0 | 0.08 | 0.07 | 174.19 | 0.84 | 0.56 |
| Hex | 33 | ED | DB | 4E | 0 | 8 | 7 | AE | 54 | 38 |
| Octal | 63 | 355 | 333 | 116 | 0 | 10 | 7 | 256 | 124 | 70 |
| Binary | 110011 | 11101101 | 11011011 | 1001110 | 0 | 1000 | 111 | 10101110 | 1010100 | 111000 |
Color Harmonies of #33EDDB
Complementary color
Monochromatic Colors of #33EDDB
Black with #33EDDB
Text Example
Text Example
White with #33EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EDDB; }
p { color: rgb(51,237,219); }
H1.HeaderClassName
{
color: #33EDDB;
}
.AnyTagClassName
{
color: #33EDDB;
}
</style>
background-color css
<style>
a { background-color: #33EDDB; }
a { background-color: rgb(51,237,219); }
div.DivClassName
{
background-color: #33EDDB;
}
.BgClassName
{
background-color: #33EDDB;
}
</style>
border-color css
<style>
span { border-color: #33EDDB; }
span { border-color: rgb(51,237,219); }
td.TdClassName
{
border-color: #33EDDB;
}
.TagClassName
{
border-color: #33EDDB;
}
</style>