Shades of Medium Turquoise #35CEC8
Tints of Medium Turquoise #35CEC8
RGB
CMYK
RGB Variations
Color information
#35CEC8 (or 0x35CEC8) is known color: Medium Turquoise. HEX triplet: 35, CE and C8. RGB value is (53,206,200). Sum of RGB (Red+Green+Blue) = 53+206+200=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #35CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CEC8 is #CA3137. Grayscale: #9F9F9F. Windows color (decimal): -13250872 or 13159989. OLE color: 13159989.
HSL color Cylindrical-coordinate representation of color #35CEC8: hue angle of 177.65º 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 #35CEC8 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 200 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.19 |
| HSL | 177.65º | 0.61% | 0.51% | - |
| HSV(B) | 177.65º | 0.74% | 0.81% | - |
| XYZ | 33.96 | 49.07 | 62.32 | - |
| YUV | 159.57 | 150.81 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 200 | 0.74 | 0 | 0.03 | 0.19 | 177.65 | 0.61 | 0.51 |
| Hex | 35 | CE | C8 | 4A | 0 | 3 | 13 | B2 | 3D | 33 |
| Octal | 65 | 316 | 310 | 112 | 0 | 3 | 23 | 262 | 75 | 63 |
| Binary | 110101 | 11001110 | 11001000 | 1001010 | 0 | 11 | 10011 | 10110010 | 111101 | 110011 |
Color Harmonies of #35CEC8
Complementary color
Monochromatic Colors of #35CEC8
Black with #35CEC8
Text Example
Text Example
White with #35CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CEC8; }
p { color: rgb(53,206,200); }
H1.HeaderClassName
{
color: #35CEC8;
}
.AnyTagClassName
{
color: #35CEC8;
}
</style>
background-color css
<style>
a { background-color: #35CEC8; }
a { background-color: rgb(53,206,200); }
div.DivClassName
{
background-color: #35CEC8;
}
.BgClassName
{
background-color: #35CEC8;
}
</style>
border-color css
<style>
span { border-color: #35CEC8; }
span { border-color: rgb(53,206,200); }
td.TdClassName
{
border-color: #35CEC8;
}
.TagClassName
{
border-color: #35CEC8;
}
</style>