Shades of Turquoise #35EACB
Tints of Turquoise #35EACB
RGB
CMYK
RGB Variations
Color information
#35EACB (or 0x35EACB) is known color: Turquoise. HEX triplet: 35, EA and CB. RGB value is (53,234,203). Sum of RGB (Red+Green+Blue) = 53+234+203=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #35EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EACB is #CA1534. Grayscale: #B0B0B0. Windows color (decimal): -13243701 or 13363765. OLE color: 13363765.
HSL color Cylindrical-coordinate representation of color #35EACB: hue angle of 169.72º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EACB is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 234 | 203 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.08 |
| HSL | 169.72º | 0.81% | 0.56% | - |
| HSV(B) | 169.72º | 0.77% | 0.92% | - |
| XYZ | 41.67 | 63.91 | 66.64 | - |
| YUV | 176.35 | 143.03 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 234 | 203 | 0.77 | 0 | 0.13 | 0.08 | 169.72 | 0.81 | 0.56 |
| Hex | 35 | EA | CB | 4D | 0 | D | 8 | AA | 51 | 38 |
| Octal | 65 | 352 | 313 | 115 | 0 | 15 | 10 | 252 | 121 | 70 |
| Binary | 110101 | 11101010 | 11001011 | 1001101 | 0 | 1101 | 1000 | 10101010 | 1010001 | 111000 |
Color Harmonies of #35EACB
Complementary color
Monochromatic Colors of #35EACB
Black with #35EACB
Text Example
Text Example
White with #35EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EACB; }
p { color: rgb(53,234,203); }
H1.HeaderClassName
{
color: #35EACB;
}
.AnyTagClassName
{
color: #35EACB;
}
</style>
background-color css
<style>
a { background-color: #35EACB; }
a { background-color: rgb(53,234,203); }
div.DivClassName
{
background-color: #35EACB;
}
.BgClassName
{
background-color: #35EACB;
}
</style>
border-color css
<style>
span { border-color: #35EACB; }
span { border-color: rgb(53,234,203); }
td.TdClassName
{
border-color: #35EACB;
}
.TagClassName
{
border-color: #35EACB;
}
</style>