Shades of Turquoise #35D5BC
Tints of Turquoise #35D5BC
RGB
CMYK
RGB Variations
Color information
#35D5BC (or 0x35D5BC) is known color: Turquoise. HEX triplet: 35, D5 and BC. RGB value is (53,213,188). Sum of RGB (Red+Green+Blue) = 53+213+188=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #35D5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D5BC is #CA2A43. Grayscale: #A2A2A2. Windows color (decimal): -13249092 or 12375349. OLE color: 12375349.
HSL color Cylindrical-coordinate representation of color #35D5BC: hue angle of 170.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D5BC is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 213 | 188 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.16 |
| HSL | 170.63º | 0.66% | 0.52% | - |
| HSV(B) | 170.63º | 0.75% | 0.84% | - |
| XYZ | 34.34 | 51.98 | 55.8 | - |
| YUV | 162.31 | 142.49 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 213 | 188 | 0.75 | 0 | 0.12 | 0.16 | 170.63 | 0.66 | 0.52 |
| Hex | 35 | D5 | BC | 4B | 0 | C | 10 | AB | 42 | 34 |
| Octal | 65 | 325 | 274 | 113 | 0 | 14 | 20 | 253 | 102 | 64 |
| Binary | 110101 | 11010101 | 10111100 | 1001011 | 0 | 1100 | 10000 | 10101011 | 1000010 | 110100 |
Color Harmonies of #35D5BC
Complementary color
Monochromatic Colors of #35D5BC
Black with #35D5BC
Text Example
Text Example
White with #35D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D5BC; }
p { color: rgb(53,213,188); }
H1.HeaderClassName
{
color: #35D5BC;
}
.AnyTagClassName
{
color: #35D5BC;
}
</style>
background-color css
<style>
a { background-color: #35D5BC; }
a { background-color: rgb(53,213,188); }
div.DivClassName
{
background-color: #35D5BC;
}
.BgClassName
{
background-color: #35D5BC;
}
</style>
border-color css
<style>
span { border-color: #35D5BC; }
span { border-color: rgb(53,213,188); }
td.TdClassName
{
border-color: #35D5BC;
}
.TagClassName
{
border-color: #35D5BC;
}
</style>