Shades of Medium Turquoise #5AC8D8
Tints of Medium Turquoise #5AC8D8
RGB
CMYK
RGB Variations
Color information
#5AC8D8 (or 0x5AC8D8) is known color: Medium Turquoise. HEX triplet: 5A, C8 and D8. RGB value is (90,200,216). Sum of RGB (Red+Green+Blue) = 90+200+216=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #5AC8D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC8D8 is #A53727. Grayscale: #A8A8A8. Windows color (decimal): -10827560 or 14207066. OLE color: 14207066.
HSL color Cylindrical-coordinate representation of color #5AC8D8: hue angle of 187.62º 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 #5AC8D8 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 200 | 216 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.15 |
| HSL | 187.62º | 0.62% | 0.6% | - |
| HSV(B) | 187.62º | 0.58% | 0.85% | - |
| XYZ | 37.27 | 48.44 | 72.35 | - |
| YUV | 168.93 | 154.56 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 216 | 0.58 | 0.07 | 0 | 0.15 | 187.62 | 0.62 | 0.6 |
| Hex | 5A | C8 | D8 | 3A | 7 | 0 | F | BC | 3E | 3C |
| Octal | 132 | 310 | 330 | 72 | 7 | 0 | 17 | 274 | 76 | 74 |
| Binary | 1011010 | 11001000 | 11011000 | 111010 | 111 | 0 | 1111 | 10111100 | 111110 | 111100 |
Color Harmonies of #5AC8D8
Complementary color
Monochromatic Colors of #5AC8D8
Black with #5AC8D8
Text Example
Text Example
White with #5AC8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC8D8; }
p { color: rgb(90,200,216); }
H1.HeaderClassName
{
color: #5AC8D8;
}
.AnyTagClassName
{
color: #5AC8D8;
}
</style>
background-color css
<style>
a { background-color: #5AC8D8; }
a { background-color: rgb(90,200,216); }
div.DivClassName
{
background-color: #5AC8D8;
}
.BgClassName
{
background-color: #5AC8D8;
}
</style>
border-color css
<style>
span { border-color: #5AC8D8; }
span { border-color: rgb(90,200,216); }
td.TdClassName
{
border-color: #5AC8D8;
}
.TagClassName
{
border-color: #5AC8D8;
}
</style>