Shades of Turquoise #35D8C0
Tints of Turquoise #35D8C0
RGB
CMYK
RGB Variations
Color information
#35D8C0 (or 0x35D8C0) is known color: Turquoise. HEX triplet: 35, D8 and C0. RGB value is (53,216,192). Sum of RGB (Red+Green+Blue) = 53+216+192=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #35D8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D8C0 is #CA273F. Grayscale: #A4A4A4. Windows color (decimal): -13248320 or 12638261. OLE color: 12638261.
HSL color Cylindrical-coordinate representation of color #35D8C0: hue angle of 171.17º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D8C0 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 216 | 192 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.15 |
| HSL | 171.17º | 0.68% | 0.53% | - |
| HSV(B) | 171.17º | 0.75% | 0.85% | - |
| XYZ | 35.54 | 53.67 | 58.36 | - |
| YUV | 164.53 | 143.5 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 216 | 192 | 0.75 | 0 | 0.11 | 0.15 | 171.17 | 0.68 | 0.53 |
| Hex | 35 | D8 | C0 | 4B | 0 | B | F | AB | 44 | 35 |
| Octal | 65 | 330 | 300 | 113 | 0 | 13 | 17 | 253 | 104 | 65 |
| Binary | 110101 | 11011000 | 11000000 | 1001011 | 0 | 1011 | 1111 | 10101011 | 1000100 | 110101 |
Color Harmonies of #35D8C0
Complementary color
Monochromatic Colors of #35D8C0
Black with #35D8C0
Text Example
Text Example
White with #35D8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D8C0; }
p { color: rgb(53,216,192); }
H1.HeaderClassName
{
color: #35D8C0;
}
.AnyTagClassName
{
color: #35D8C0;
}
</style>
background-color css
<style>
a { background-color: #35D8C0; }
a { background-color: rgb(53,216,192); }
div.DivClassName
{
background-color: #35D8C0;
}
.BgClassName
{
background-color: #35D8C0;
}
</style>
border-color css
<style>
span { border-color: #35D8C0; }
span { border-color: rgb(53,216,192); }
td.TdClassName
{
border-color: #35D8C0;
}
.TagClassName
{
border-color: #35D8C0;
}
</style>