Shades of Medium Turquoise #35CACB
Tints of Medium Turquoise #35CACB
RGB
CMYK
RGB Variations
Color information
#35CACB (or 0x35CACB) is known color: Medium Turquoise. HEX triplet: 35, CA and CB. RGB value is (53,202,203). Sum of RGB (Red+Green+Blue) = 53+202+203=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #35CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CACB is #CA3534. Grayscale: #9D9D9D. Windows color (decimal): -13251893 or 13355573. OLE color: 13355573.
HSL color Cylindrical-coordinate representation of color #35CACB: hue angle of 180.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CACB is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 202 | 203 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.20 |
| HSL | 180.4º | 0.59% | 0.5% | - |
| HSV(B) | 180.4º | 0.74% | 0.8% | - |
| XYZ | 33.37 | 47.31 | 63.87 | - |
| YUV | 157.56 | 153.64 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 203 | 0.74 | 0.00 | 0 | 0.20 | 180.4 | 0.59 | 0.5 |
| Hex | 35 | CA | CB | 4A | 0 | 0 | 14 | B4 | 3B | 32 |
| Octal | 65 | 312 | 313 | 112 | 0 | 0 | 24 | 264 | 73 | 62 |
| Binary | 110101 | 11001010 | 11001011 | 1001010 | 0 | 0 | 10100 | 10110100 | 111011 | 110010 |
Color Harmonies of #35CACB
Complementary color
Monochromatic Colors of #35CACB
Black with #35CACB
Text Example
Text Example
White with #35CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CACB; }
p { color: rgb(53,202,203); }
H1.HeaderClassName
{
color: #35CACB;
}
.AnyTagClassName
{
color: #35CACB;
}
</style>
background-color css
<style>
a { background-color: #35CACB; }
a { background-color: rgb(53,202,203); }
div.DivClassName
{
background-color: #35CACB;
}
.BgClassName
{
background-color: #35CACB;
}
</style>
border-color css
<style>
span { border-color: #35CACB; }
span { border-color: rgb(53,202,203); }
td.TdClassName
{
border-color: #35CACB;
}
.TagClassName
{
border-color: #35CACB;
}
</style>