Shades of Medium Turquoise #35C6CE
Tints of Medium Turquoise #35C6CE
RGB
CMYK
RGB Variations
Color information
#35C6CE (or 0x35C6CE) is known color: Medium Turquoise. HEX triplet: 35, C6 and CE. RGB value is (53,198,206). Sum of RGB (Red+Green+Blue) = 53+198+206=457 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.60% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #35C6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C6CE is #CA3931. Grayscale: #9B9B9B. Windows color (decimal): -13252914 or 13551157. OLE color: 13551157.
HSL color Cylindrical-coordinate representation of color #35C6CE: hue angle of 183.14º 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 #35C6CE is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 198 | 206 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.19 |
| HSL | 183.14º | 0.61% | 0.51% | - |
| HSV(B) | 183.14º | 0.74% | 0.81% | - |
| XYZ | 32.8 | 45.6 | 65.47 | - |
| YUV | 155.56 | 156.46 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 198 | 206 | 0.74 | 0.04 | 0 | 0.19 | 183.14 | 0.61 | 0.51 |
| Hex | 35 | C6 | CE | 4A | 4 | 0 | 13 | B7 | 3D | 33 |
| Octal | 65 | 306 | 316 | 112 | 4 | 0 | 23 | 267 | 75 | 63 |
| Binary | 110101 | 11000110 | 11001110 | 1001010 | 100 | 0 | 10011 | 10110111 | 111101 | 110011 |
Color Harmonies of #35C6CE
Complementary color
Monochromatic Colors of #35C6CE
Black with #35C6CE
Text Example
Text Example
White with #35C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C6CE; }
p { color: rgb(53,198,206); }
H1.HeaderClassName
{
color: #35C6CE;
}
.AnyTagClassName
{
color: #35C6CE;
}
</style>
background-color css
<style>
a { background-color: #35C6CE; }
a { background-color: rgb(53,198,206); }
div.DivClassName
{
background-color: #35C6CE;
}
.BgClassName
{
background-color: #35C6CE;
}
</style>
border-color css
<style>
span { border-color: #35C6CE; }
span { border-color: rgb(53,198,206); }
td.TdClassName
{
border-color: #35C6CE;
}
.TagClassName
{
border-color: #35C6CE;
}
</style>