Shades of Medium Turquoise #5AD8C5
Tints of Medium Turquoise #5AD8C5
RGB
CMYK
RGB Variations
Color information
#5AD8C5 (or 0x5AD8C5) is known color: Medium Turquoise. HEX triplet: 5A, D8 and C5. RGB value is (90,216,197). Sum of RGB (Red+Green+Blue) = 90+216+197=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD8C5 is #A5273A. Grayscale: #B0B0B0. Windows color (decimal): -10823483 or 12965978. OLE color: 12965978.
HSL color Cylindrical-coordinate representation of color #5AD8C5: hue angle of 170.95º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD8C5 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 197 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.15 |
| HSL | 170.95º | 0.62% | 0.6% | - |
| HSV(B) | 170.95º | 0.58% | 0.85% | - |
| XYZ | 38.85 | 55.32 | 61.45 | - |
| YUV | 176.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 197 | 0.58 | 0 | 0.09 | 0.15 | 170.95 | 0.62 | 0.6 |
| Hex | 5A | D8 | C5 | 3A | 0 | 9 | F | AB | 3E | 3C |
| Octal | 132 | 330 | 305 | 72 | 0 | 11 | 17 | 253 | 76 | 74 |
| Binary | 1011010 | 11011000 | 11000101 | 111010 | 0 | 1001 | 1111 | 10101011 | 111110 | 111100 |
Color Harmonies of #5AD8C5
Complementary color
Monochromatic Colors of #5AD8C5
Black with #5AD8C5
Text Example
Text Example
White with #5AD8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD8C5; }
p { color: rgb(90,216,197); }
H1.HeaderClassName
{
color: #5AD8C5;
}
.AnyTagClassName
{
color: #5AD8C5;
}
</style>
background-color css
<style>
a { background-color: #5AD8C5; }
a { background-color: rgb(90,216,197); }
div.DivClassName
{
background-color: #5AD8C5;
}
.BgClassName
{
background-color: #5AD8C5;
}
</style>
border-color css
<style>
span { border-color: #5AD8C5; }
span { border-color: rgb(90,216,197); }
td.TdClassName
{
border-color: #5AD8C5;
}
.TagClassName
{
border-color: #5AD8C5;
}
</style>