Shades of Medium Turquoise #5AD7C6
Tints of Medium Turquoise #5AD7C6
RGB
CMYK
RGB Variations
Color information
#5AD7C6 (or 0x5AD7C6) is known color: Medium Turquoise. HEX triplet: 5A, D7 and C6. RGB value is (90,215,198). Sum of RGB (Red+Green+Blue) = 90+215+198=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD7C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD7C6 is #A52839. Grayscale: #AFAFAF. Windows color (decimal): -10823738 or 13031258. OLE color: 13031258.
HSL color Cylindrical-coordinate representation of color #5AD7C6: hue angle of 171.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD7C6 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 198 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.16 |
| HSL | 171.84º | 0.61% | 0.6% | - |
| HSV(B) | 171.84º | 0.58% | 0.84% | - |
| XYZ | 38.71 | 54.85 | 61.97 | - |
| YUV | 175.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 198 | 0.58 | 0 | 0.08 | 0.16 | 171.84 | 0.61 | 0.6 |
| Hex | 5A | D7 | C6 | 3A | 0 | 8 | 10 | AC | 3D | 3C |
| Octal | 132 | 327 | 306 | 72 | 0 | 10 | 20 | 254 | 75 | 74 |
| Binary | 1011010 | 11010111 | 11000110 | 111010 | 0 | 1000 | 10000 | 10101100 | 111101 | 111100 |
Color Harmonies of #5AD7C6
Complementary color
Monochromatic Colors of #5AD7C6
Black with #5AD7C6
Text Example
Text Example
White with #5AD7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD7C6; }
p { color: rgb(90,215,198); }
H1.HeaderClassName
{
color: #5AD7C6;
}
.AnyTagClassName
{
color: #5AD7C6;
}
</style>
background-color css
<style>
a { background-color: #5AD7C6; }
a { background-color: rgb(90,215,198); }
div.DivClassName
{
background-color: #5AD7C6;
}
.BgClassName
{
background-color: #5AD7C6;
}
</style>
border-color css
<style>
span { border-color: #5AD7C6; }
span { border-color: rgb(90,215,198); }
td.TdClassName
{
border-color: #5AD7C6;
}
.TagClassName
{
border-color: #5AD7C6;
}
</style>