Shades of Turquoise #35EFDB
Tints of Turquoise #35EFDB
RGB
CMYK
RGB Variations
Color information
#35EFDB (or 0x35EFDB) is known color: Turquoise. HEX triplet: 35, EF and DB. RGB value is (53,239,219). Sum of RGB (Red+Green+Blue) = 53+239+219=511 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.37% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #35EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EFDB is #CA1024. Grayscale: #B5B5B5. Windows color (decimal): -13242405 or 14413621. OLE color: 14413621.
HSL color Cylindrical-coordinate representation of color #35EFDB: hue angle of 173.55º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EFDB is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 239 | 219 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.06 |
| HSL | 173.55º | 0.85% | 0.57% | - |
| HSV(B) | 173.55º | 0.78% | 0.94% | - |
| XYZ | 45.12 | 67.6 | 77.69 | - |
| YUV | 181.11 | 149.38 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 239 | 219 | 0.78 | 0 | 0.08 | 0.06 | 173.55 | 0.85 | 0.57 |
| Hex | 35 | EF | DB | 4E | 0 | 8 | 6 | AE | 55 | 39 |
| Octal | 65 | 357 | 333 | 116 | 0 | 10 | 6 | 256 | 125 | 71 |
| Binary | 110101 | 11101111 | 11011011 | 1001110 | 0 | 1000 | 110 | 10101110 | 1010101 | 111001 |
Color Harmonies of #35EFDB
Complementary color
Monochromatic Colors of #35EFDB
Black with #35EFDB
Text Example
Text Example
White with #35EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EFDB; }
p { color: rgb(53,239,219); }
H1.HeaderClassName
{
color: #35EFDB;
}
.AnyTagClassName
{
color: #35EFDB;
}
</style>
background-color css
<style>
a { background-color: #35EFDB; }
a { background-color: rgb(53,239,219); }
div.DivClassName
{
background-color: #35EFDB;
}
.BgClassName
{
background-color: #35EFDB;
}
</style>
border-color css
<style>
span { border-color: #35EFDB; }
span { border-color: rgb(53,239,219); }
td.TdClassName
{
border-color: #35EFDB;
}
.TagClassName
{
border-color: #35EFDB;
}
</style>