Shades of Medium Turquoise #5AD8C9
Tints of Medium Turquoise #5AD8C9
RGB
CMYK
RGB Variations
Color information
#5AD8C9 (or 0x5AD8C9) is known color: Medium Turquoise. HEX triplet: 5A, D8 and C9. RGB value is (90,216,201). Sum of RGB (Red+Green+Blue) = 90+216+201=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD8C9 is #A52736. Grayscale: #B0B0B0. Windows color (decimal): -10823479 or 13228122. OLE color: 13228122.
HSL color Cylindrical-coordinate representation of color #5AD8C9: hue angle of 172.86º 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 #5AD8C9 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 201 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.15 |
| HSL | 172.86º | 0.62% | 0.6% | - |
| HSV(B) | 172.86º | 0.58% | 0.85% | - |
| XYZ | 39.31 | 55.5 | 63.9 | - |
| YUV | 176.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 201 | 0.58 | 0 | 0.07 | 0.15 | 172.86 | 0.62 | 0.6 |
| Hex | 5A | D8 | C9 | 3A | 0 | 7 | F | AD | 3E | 3C |
| Octal | 132 | 330 | 311 | 72 | 0 | 7 | 17 | 255 | 76 | 74 |
| Binary | 1011010 | 11011000 | 11001001 | 111010 | 0 | 111 | 1111 | 10101101 | 111110 | 111100 |
Color Harmonies of #5AD8C9
Complementary color
Monochromatic Colors of #5AD8C9
Black with #5AD8C9
Text Example
Text Example
White with #5AD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD8C9; }
p { color: rgb(90,216,201); }
H1.HeaderClassName
{
color: #5AD8C9;
}
.AnyTagClassName
{
color: #5AD8C9;
}
</style>
background-color css
<style>
a { background-color: #5AD8C9; }
a { background-color: rgb(90,216,201); }
div.DivClassName
{
background-color: #5AD8C9;
}
.BgClassName
{
background-color: #5AD8C9;
}
</style>
border-color css
<style>
span { border-color: #5AD8C9; }
span { border-color: rgb(90,216,201); }
td.TdClassName
{
border-color: #5AD8C9;
}
.TagClassName
{
border-color: #5AD8C9;
}
</style>