Shades of Medium Turquoise #35D0D9
Tints of Medium Turquoise #35D0D9
RGB
CMYK
RGB Variations
Color information
#35D0D9 (or 0x35D0D9) is known color: Medium Turquoise. HEX triplet: 35, D0 and D9. RGB value is (53,208,217). Sum of RGB (Red+Green+Blue) = 53+208+217=478 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.09% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #35D0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D0D9 is #CA2F26. Grayscale: #A2A2A2. Windows color (decimal): -13250343 or 14274613. OLE color: 14274613.
HSL color Cylindrical-coordinate representation of color #35D0D9: hue angle of 183.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D0D9 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 208 | 217 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.15 |
| HSL | 183.29º | 0.68% | 0.53% | - |
| HSV(B) | 183.29º | 0.76% | 0.85% | - |
| XYZ | 36.55 | 50.88 | 73.54 | - |
| YUV | 162.68 | 158.65 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 208 | 217 | 0.76 | 0.04 | 0 | 0.15 | 183.29 | 0.68 | 0.53 |
| Hex | 35 | D0 | D9 | 4C | 4 | 0 | F | B7 | 44 | 35 |
| Octal | 65 | 320 | 331 | 114 | 4 | 0 | 17 | 267 | 104 | 65 |
| Binary | 110101 | 11010000 | 11011001 | 1001100 | 100 | 0 | 1111 | 10110111 | 1000100 | 110101 |
Color Harmonies of #35D0D9
Complementary color
Monochromatic Colors of #35D0D9
Black with #35D0D9
Text Example
Text Example
White with #35D0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D0D9; }
p { color: rgb(53,208,217); }
H1.HeaderClassName
{
color: #35D0D9;
}
.AnyTagClassName
{
color: #35D0D9;
}
</style>
background-color css
<style>
a { background-color: #35D0D9; }
a { background-color: rgb(53,208,217); }
div.DivClassName
{
background-color: #35D0D9;
}
.BgClassName
{
background-color: #35D0D9;
}
</style>
border-color css
<style>
span { border-color: #35D0D9; }
span { border-color: rgb(53,208,217); }
td.TdClassName
{
border-color: #35D0D9;
}
.TagClassName
{
border-color: #35D0D9;
}
</style>