Shades of Medium Turquoise #35CECB
Tints of Medium Turquoise #35CECB
RGB
CMYK
RGB Variations
Color information
#35CECB (or 0x35CECB) is known color: Medium Turquoise. HEX triplet: 35, CE and CB. RGB value is (53,206,203). Sum of RGB (Red+Green+Blue) = 53+206+203=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #35CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CECB is #CA3134. Grayscale: #9F9F9F. Windows color (decimal): -13250869 or 13356597. OLE color: 13356597.
HSL color Cylindrical-coordinate representation of color #35CECB: hue angle of 178.82º 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 #35CECB is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 203 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.19 |
| HSL | 178.82º | 0.61% | 0.51% | - |
| HSV(B) | 178.82º | 0.74% | 0.81% | - |
| XYZ | 34.32 | 49.21 | 64.19 | - |
| YUV | 159.91 | 152.31 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 203 | 0.74 | 0 | 0.01 | 0.19 | 178.82 | 0.61 | 0.51 |
| Hex | 35 | CE | CB | 4A | 0 | 1 | 13 | B3 | 3D | 33 |
| Octal | 65 | 316 | 313 | 112 | 0 | 1 | 23 | 263 | 75 | 63 |
| Binary | 110101 | 11001110 | 11001011 | 1001010 | 0 | 1 | 10011 | 10110011 | 111101 | 110011 |
Color Harmonies of #35CECB
Complementary color
Monochromatic Colors of #35CECB
Black with #35CECB
Text Example
Text Example
White with #35CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CECB; }
p { color: rgb(53,206,203); }
H1.HeaderClassName
{
color: #35CECB;
}
.AnyTagClassName
{
color: #35CECB;
}
</style>
background-color css
<style>
a { background-color: #35CECB; }
a { background-color: rgb(53,206,203); }
div.DivClassName
{
background-color: #35CECB;
}
.BgClassName
{
background-color: #35CECB;
}
</style>
border-color css
<style>
span { border-color: #35CECB; }
span { border-color: rgb(53,206,203); }
td.TdClassName
{
border-color: #35CECB;
}
.TagClassName
{
border-color: #35CECB;
}
</style>