Shades of Turquoise #33EFDB
Tints of Turquoise #33EFDB
RGB
CMYK
RGB Variations
Color information
#33EFDB (or 0x33EFDB) is known color: Turquoise. HEX triplet: 33, EF and DB. RGB value is (51,239,219). Sum of RGB (Red+Green+Blue) = 51+239+219=509 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.02% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFDB is #CC1024. Grayscale: #B4B4B4. Windows color (decimal): -13373477 or 14413619. OLE color: 14413619.
HSL color Cylindrical-coordinate representation of color #33EFDB: hue angle of 173.62º 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 #33EFDB is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 239 | 219 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.06 |
| HSL | 173.62º | 0.85% | 0.57% | - |
| HSV(B) | 173.62º | 0.79% | 0.94% | - |
| XYZ | 45.02 | 67.55 | 77.68 | - |
| YUV | 180.51 | 149.72 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 219 | 0.79 | 0 | 0.08 | 0.06 | 173.62 | 0.85 | 0.57 |
| Hex | 33 | EF | DB | 4F | 0 | 8 | 6 | AE | 55 | 39 |
| Octal | 63 | 357 | 333 | 117 | 0 | 10 | 6 | 256 | 125 | 71 |
| Binary | 110011 | 11101111 | 11011011 | 1001111 | 0 | 1000 | 110 | 10101110 | 1010101 | 111001 |
Color Harmonies of #33EFDB
Complementary color
Monochromatic Colors of #33EFDB
Black with #33EFDB
Text Example
Text Example
White with #33EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EFDB; }
p { color: rgb(51,239,219); }
H1.HeaderClassName
{
color: #33EFDB;
}
.AnyTagClassName
{
color: #33EFDB;
}
</style>
background-color css
<style>
a { background-color: #33EFDB; }
a { background-color: rgb(51,239,219); }
div.DivClassName
{
background-color: #33EFDB;
}
.BgClassName
{
background-color: #33EFDB;
}
</style>
border-color css
<style>
span { border-color: #33EFDB; }
span { border-color: rgb(51,239,219); }
td.TdClassName
{
border-color: #33EFDB;
}
.TagClassName
{
border-color: #33EFDB;
}
</style>