Shades of Turquoise #35DBDB
Tints of Turquoise #35DBDB
RGB
CMYK
RGB Variations
Color information
#35DBDB (or 0x35DBDB) is known color: Turquoise. HEX triplet: 35, DB and DB. RGB value is (53,219,219). Sum of RGB (Red+Green+Blue) = 53+219+219=491 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.79% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #35DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DBDB is #CA2424. Grayscale: #A9A9A9. Windows color (decimal): -13247525 or 14408501. OLE color: 14408501.
HSL color Cylindrical-coordinate representation of color #35DBDB: hue angle of 180º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DBDB is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 219 | - |
| CMYK | 0.76 | 0 | 0 | 0.14 |
| HSL | 180º | 0.7% | 0.53% | - |
| HSV(B) | 180º | 0.76% | 0.86% | - |
| XYZ | 39.59 | 56.53 | 75.84 | - |
| YUV | 169.37 | 156 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 219 | 0.76 | 0 | 0 | 0.14 | 180 | 0.7 | 0.53 |
| Hex | 35 | DB | DB | 4C | 0 | 0 | E | B4 | 46 | 35 |
| Octal | 65 | 333 | 333 | 114 | 0 | 0 | 16 | 264 | 106 | 65 |
| Binary | 110101 | 11011011 | 11011011 | 1001100 | 0 | 0 | 1110 | 10110100 | 1000110 | 110101 |
Color Harmonies of #35DBDB
Complementary color
Monochromatic Colors of #35DBDB
Black with #35DBDB
Text Example
Text Example
White with #35DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DBDB; }
p { color: rgb(53,219,219); }
H1.HeaderClassName
{
color: #35DBDB;
}
.AnyTagClassName
{
color: #35DBDB;
}
</style>
background-color css
<style>
a { background-color: #35DBDB; }
a { background-color: rgb(53,219,219); }
div.DivClassName
{
background-color: #35DBDB;
}
.BgClassName
{
background-color: #35DBDB;
}
</style>
border-color css
<style>
span { border-color: #35DBDB; }
span { border-color: rgb(53,219,219); }
td.TdClassName
{
border-color: #35DBDB;
}
.TagClassName
{
border-color: #35DBDB;
}
</style>