Shades of Medium Turquoise #35C7CE
Tints of Medium Turquoise #35C7CE
RGB
CMYK
RGB Variations
Color information
#35C7CE (or 0x35C7CE) is known color: Medium Turquoise. HEX triplet: 35, C7 and CE. RGB value is (53,199,206). Sum of RGB (Red+Green+Blue) = 53+199+206=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #35C7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C7CE is #CA3831. Grayscale: #9B9B9B. Windows color (decimal): -13252658 or 13551413. OLE color: 13551413.
HSL color Cylindrical-coordinate representation of color #35C7CE: hue angle of 182.75º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C7CE is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 199 | 206 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.19 |
| HSL | 182.75º | 0.61% | 0.51% | - |
| HSV(B) | 182.75º | 0.74% | 0.81% | - |
| XYZ | 33.03 | 46.06 | 65.54 | - |
| YUV | 156.14 | 156.13 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 199 | 206 | 0.74 | 0.03 | 0 | 0.19 | 182.75 | 0.61 | 0.51 |
| Hex | 35 | C7 | CE | 4A | 3 | 0 | 13 | B7 | 3D | 33 |
| Octal | 65 | 307 | 316 | 112 | 3 | 0 | 23 | 267 | 75 | 63 |
| Binary | 110101 | 11000111 | 11001110 | 1001010 | 11 | 0 | 10011 | 10110111 | 111101 | 110011 |
Color Harmonies of #35C7CE
Complementary color
Monochromatic Colors of #35C7CE
Black with #35C7CE
Text Example
Text Example
White with #35C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C7CE; }
p { color: rgb(53,199,206); }
H1.HeaderClassName
{
color: #35C7CE;
}
.AnyTagClassName
{
color: #35C7CE;
}
</style>
background-color css
<style>
a { background-color: #35C7CE; }
a { background-color: rgb(53,199,206); }
div.DivClassName
{
background-color: #35C7CE;
}
.BgClassName
{
background-color: #35C7CE;
}
</style>
border-color css
<style>
span { border-color: #35C7CE; }
span { border-color: rgb(53,199,206); }
td.TdClassName
{
border-color: #35C7CE;
}
.TagClassName
{
border-color: #35C7CE;
}
</style>