Shades of Turquoise #35D5DB
Tints of Turquoise #35D5DB
RGB
CMYK
RGB Variations
Color information
#35D5DB (or 0x35D5DB) is known color: Turquoise. HEX triplet: 35, D5 and DB. RGB value is (53,213,219). Sum of RGB (Red+Green+Blue) = 53+213+219=485 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.93% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #35D5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D5DB is #CA2A24. Grayscale: #A5A5A5. Windows color (decimal): -13249061 or 14406965. OLE color: 14406965.
HSL color Cylindrical-coordinate representation of color #35D5DB: hue angle of 182.17º 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 #35D5DB is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 213 | 219 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.14 |
| HSL | 182.17º | 0.7% | 0.53% | - |
| HSV(B) | 182.17º | 0.76% | 0.86% | - |
| XYZ | 38.05 | 53.46 | 75.33 | - |
| YUV | 165.84 | 157.99 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 213 | 219 | 0.76 | 0.03 | 0 | 0.14 | 182.17 | 0.7 | 0.53 |
| Hex | 35 | D5 | DB | 4C | 3 | 0 | E | B6 | 46 | 35 |
| Octal | 65 | 325 | 333 | 114 | 3 | 0 | 16 | 266 | 106 | 65 |
| Binary | 110101 | 11010101 | 11011011 | 1001100 | 11 | 0 | 1110 | 10110110 | 1000110 | 110101 |
Color Harmonies of #35D5DB
Complementary color
Monochromatic Colors of #35D5DB
Black with #35D5DB
Text Example
Text Example
White with #35D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D5DB; }
p { color: rgb(53,213,219); }
H1.HeaderClassName
{
color: #35D5DB;
}
.AnyTagClassName
{
color: #35D5DB;
}
</style>
background-color css
<style>
a { background-color: #35D5DB; }
a { background-color: rgb(53,213,219); }
div.DivClassName
{
background-color: #35D5DB;
}
.BgClassName
{
background-color: #35D5DB;
}
</style>
border-color css
<style>
span { border-color: #35D5DB; }
span { border-color: rgb(53,213,219); }
td.TdClassName
{
border-color: #35D5DB;
}
.TagClassName
{
border-color: #35D5DB;
}
</style>