Shades of Medium Turquoise #35D0C5
Tints of Medium Turquoise #35D0C5
RGB
CMYK
RGB Variations
Color information
#35D0C5 (or 0x35D0C5) is known color: Medium Turquoise. HEX triplet: 35, D0 and C5. RGB value is (53,208,197). Sum of RGB (Red+Green+Blue) = 53+208+197=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #35D0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D0C5 is #CA2F3A. Grayscale: #A0A0A0. Windows color (decimal): -13250363 or 12963893. OLE color: 12963893.
HSL color Cylindrical-coordinate representation of color #35D0C5: hue angle of 175.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D0C5 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 208 | 197 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.18 |
| HSL | 175.74º | 0.62% | 0.51% | - |
| HSV(B) | 175.74º | 0.75% | 0.82% | - |
| XYZ | 34.1 | 49.9 | 60.66 | - |
| YUV | 160.4 | 148.65 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 208 | 197 | 0.75 | 0 | 0.05 | 0.18 | 175.74 | 0.62 | 0.51 |
| Hex | 35 | D0 | C5 | 4B | 0 | 5 | 12 | B0 | 3E | 33 |
| Octal | 65 | 320 | 305 | 113 | 0 | 5 | 22 | 260 | 76 | 63 |
| Binary | 110101 | 11010000 | 11000101 | 1001011 | 0 | 101 | 10010 | 10110000 | 111110 | 110011 |
Color Harmonies of #35D0C5
Complementary color
Monochromatic Colors of #35D0C5
Black with #35D0C5
Text Example
Text Example
White with #35D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D0C5; }
p { color: rgb(53,208,197); }
H1.HeaderClassName
{
color: #35D0C5;
}
.AnyTagClassName
{
color: #35D0C5;
}
</style>
background-color css
<style>
a { background-color: #35D0C5; }
a { background-color: rgb(53,208,197); }
div.DivClassName
{
background-color: #35D0C5;
}
.BgClassName
{
background-color: #35D0C5;
}
</style>
border-color css
<style>
span { border-color: #35D0C5; }
span { border-color: rgb(53,208,197); }
td.TdClassName
{
border-color: #35D0C5;
}
.TagClassName
{
border-color: #35D0C5;
}
</style>