Shades of Turquoise #35DBDD
Tints of Turquoise #35DBDD
RGB
CMYK
RGB Variations
Color information
#35DBDD (or 0x35DBDD) is known color: Turquoise. HEX triplet: 35, DB and DD. RGB value is (53,219,221). Sum of RGB (Red+Green+Blue) = 53+219+221=493 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.75% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #35DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DBDD is #CA2422. Grayscale: #A9A9A9. Windows color (decimal): -13247523 or 14539573. OLE color: 14539573.
HSL color Cylindrical-coordinate representation of color #35DBDD: hue angle of 180.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DBDD is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 219 | 221 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.13 |
| HSL | 180.71º | 0.71% | 0.54% | - |
| HSV(B) | 180.71º | 0.76% | 0.87% | - |
| XYZ | 39.85 | 56.64 | 77.24 | - |
| YUV | 169.59 | 157 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 221 | 0.76 | 0.01 | 0 | 0.13 | 180.71 | 0.71 | 0.54 |
| Hex | 35 | DB | DD | 4C | 1 | 0 | D | B5 | 47 | 36 |
| Octal | 65 | 333 | 335 | 114 | 1 | 0 | 15 | 265 | 107 | 66 |
| Binary | 110101 | 11011011 | 11011101 | 1001100 | 1 | 0 | 1101 | 10110101 | 1000111 | 110110 |
Color Harmonies of #35DBDD
Complementary color
Monochromatic Colors of #35DBDD
Black with #35DBDD
Text Example
Text Example
White with #35DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DBDD; }
p { color: rgb(53,219,221); }
H1.HeaderClassName
{
color: #35DBDD;
}
.AnyTagClassName
{
color: #35DBDD;
}
</style>
background-color css
<style>
a { background-color: #35DBDD; }
a { background-color: rgb(53,219,221); }
div.DivClassName
{
background-color: #35DBDD;
}
.BgClassName
{
background-color: #35DBDD;
}
</style>
border-color css
<style>
span { border-color: #35DBDD; }
span { border-color: rgb(53,219,221); }
td.TdClassName
{
border-color: #35DBDD;
}
.TagClassName
{
border-color: #35DBDD;
}
</style>