Shades of Medium Turquoise #35CECE
Tints of Medium Turquoise #35CECE
RGB
CMYK
RGB Variations
Color information
#35CECE (or 0x35CECE) is known color: Medium Turquoise. HEX triplet: 35, CE and CE. RGB value is (53,206,206). Sum of RGB (Red+Green+Blue) = 53+206+206=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #35CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CECE is #CA3131. Grayscale: #A0A0A0. Windows color (decimal): -13250866 or 13553205. OLE color: 13553205.
HSL color Cylindrical-coordinate representation of color #35CECE: hue angle of 180º 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 #35CECE is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 206 | - |
| CMYK | 0.74 | 0 | 0 | 0.19 |
| HSL | 180º | 0.61% | 0.51% | - |
| HSV(B) | 180º | 0.74% | 0.81% | - |
| XYZ | 34.68 | 49.36 | 66.09 | - |
| YUV | 160.25 | 153.81 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 206 | 0.74 | 0 | 0 | 0.19 | 180 | 0.61 | 0.51 |
| Hex | 35 | CE | CE | 4A | 0 | 0 | 13 | B4 | 3D | 33 |
| Octal | 65 | 316 | 316 | 112 | 0 | 0 | 23 | 264 | 75 | 63 |
| Binary | 110101 | 11001110 | 11001110 | 1001010 | 0 | 0 | 10011 | 10110100 | 111101 | 110011 |
Color Harmonies of #35CECE
Complementary color
Monochromatic Colors of #35CECE
Black with #35CECE
Text Example
Text Example
White with #35CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CECE; }
p { color: rgb(53,206,206); }
H1.HeaderClassName
{
color: #35CECE;
}
.AnyTagClassName
{
color: #35CECE;
}
</style>
background-color css
<style>
a { background-color: #35CECE; }
a { background-color: rgb(53,206,206); }
div.DivClassName
{
background-color: #35CECE;
}
.BgClassName
{
background-color: #35CECE;
}
</style>
border-color css
<style>
span { border-color: #35CECE; }
span { border-color: rgb(53,206,206); }
td.TdClassName
{
border-color: #35CECE;
}
.TagClassName
{
border-color: #35CECE;
}
</style>