Shades of Medium Turquoise #35D1CE
Tints of Medium Turquoise #35D1CE
RGB
CMYK
RGB Variations
Color information
#35D1CE (or 0x35D1CE) is known color: Medium Turquoise. HEX triplet: 35, D1 and CE. RGB value is (53,209,206). Sum of RGB (Red+Green+Blue) = 53+209+206=468 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.32% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #35D1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D1CE is #CA2E31. Grayscale: #A1A1A1. Windows color (decimal): -13250098 or 13553973. OLE color: 13553973.
HSL color Cylindrical-coordinate representation of color #35D1CE: hue angle of 178.85º degrees, saturation: 0.63, 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 #35D1CE is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 209 | 206 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.18 |
| HSL | 178.85º | 0.63% | 0.51% | - |
| HSV(B) | 178.85º | 0.75% | 0.82% | - |
| XYZ | 35.41 | 50.81 | 66.33 | - |
| YUV | 162.01 | 152.82 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 206 | 0.75 | 0 | 0.01 | 0.18 | 178.85 | 0.63 | 0.51 |
| Hex | 35 | D1 | CE | 4B | 0 | 1 | 12 | B3 | 3F | 33 |
| Octal | 65 | 321 | 316 | 113 | 0 | 1 | 22 | 263 | 77 | 63 |
| Binary | 110101 | 11010001 | 11001110 | 1001011 | 0 | 1 | 10010 | 10110011 | 111111 | 110011 |
Color Harmonies of #35D1CE
Complementary color
Monochromatic Colors of #35D1CE
Black with #35D1CE
Text Example
Text Example
White with #35D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D1CE; }
p { color: rgb(53,209,206); }
H1.HeaderClassName
{
color: #35D1CE;
}
.AnyTagClassName
{
color: #35D1CE;
}
</style>
background-color css
<style>
a { background-color: #35D1CE; }
a { background-color: rgb(53,209,206); }
div.DivClassName
{
background-color: #35D1CE;
}
.BgClassName
{
background-color: #35D1CE;
}
</style>
border-color css
<style>
span { border-color: #35D1CE; }
span { border-color: rgb(53,209,206); }
td.TdClassName
{
border-color: #35D1CE;
}
.TagClassName
{
border-color: #35D1CE;
}
</style>