Shades of Medium Turquoise #35CEC0
Tints of Medium Turquoise #35CEC0
RGB
CMYK
RGB Variations
Color information
#35CEC0 (or 0x35CEC0) is known color: Medium Turquoise. HEX triplet: 35, CE and C0. RGB value is (53,206,192). Sum of RGB (Red+Green+Blue) = 53+206+192=451 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.75% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #35CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CEC0 is #CA313F. Grayscale: #9E9E9E. Windows color (decimal): -13250880 or 12635701. OLE color: 12635701.
HSL color Cylindrical-coordinate representation of color #35CEC0: hue angle of 174.51º 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 #35CEC0 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 192 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.19 |
| HSL | 174.51º | 0.61% | 0.51% | - |
| HSV(B) | 174.51º | 0.74% | 0.81% | - |
| XYZ | 33.05 | 48.71 | 57.53 | - |
| YUV | 158.66 | 146.81 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 192 | 0.74 | 0 | 0.07 | 0.19 | 174.51 | 0.61 | 0.51 |
| Hex | 35 | CE | C0 | 4A | 0 | 7 | 13 | AF | 3D | 33 |
| Octal | 65 | 316 | 300 | 112 | 0 | 7 | 23 | 257 | 75 | 63 |
| Binary | 110101 | 11001110 | 11000000 | 1001010 | 0 | 111 | 10011 | 10101111 | 111101 | 110011 |
Color Harmonies of #35CEC0
Complementary color
Monochromatic Colors of #35CEC0
Black with #35CEC0
Text Example
Text Example
White with #35CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CEC0; }
p { color: rgb(53,206,192); }
H1.HeaderClassName
{
color: #35CEC0;
}
.AnyTagClassName
{
color: #35CEC0;
}
</style>
background-color css
<style>
a { background-color: #35CEC0; }
a { background-color: rgb(53,206,192); }
div.DivClassName
{
background-color: #35CEC0;
}
.BgClassName
{
background-color: #35CEC0;
}
</style>
border-color css
<style>
span { border-color: #35CEC0; }
span { border-color: rgb(53,206,192); }
td.TdClassName
{
border-color: #35CEC0;
}
.TagClassName
{
border-color: #35CEC0;
}
</style>