Shades of Medium Turquoise #5AC7CE
Tints of Medium Turquoise #5AC7CE
RGB
CMYK
RGB Variations
Color information
#5AC7CE (or 0x5AC7CE) is known color: Medium Turquoise. HEX triplet: 5A, C7 and CE. RGB value is (90,199,206). Sum of RGB (Red+Green+Blue) = 90+199+206=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #5AC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC7CE is #A53831. Grayscale: #A7A7A7. Windows color (decimal): -10827826 or 13551450. OLE color: 13551450.
HSL color Cylindrical-coordinate representation of color #5AC7CE: hue angle of 183.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AC7CE is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 199 | 206 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.19 |
| HSL | 183.62º | 0.54% | 0.58% | - |
| HSV(B) | 183.62º | 0.56% | 0.81% | - |
| XYZ | 35.78 | 47.48 | 65.67 | - |
| YUV | 167.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 199 | 206 | 0.56 | 0.03 | 0 | 0.19 | 183.62 | 0.54 | 0.58 |
| Hex | 5A | C7 | CE | 38 | 3 | 0 | 13 | B8 | 36 | 3A |
| Octal | 132 | 307 | 316 | 70 | 3 | 0 | 23 | 270 | 66 | 72 |
| Binary | 1011010 | 11000111 | 11001110 | 111000 | 11 | 0 | 10011 | 10111000 | 110110 | 111010 |
Color Harmonies of #5AC7CE
Complementary color
Monochromatic Colors of #5AC7CE
Black with #5AC7CE
Text Example
Text Example
White with #5AC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC7CE; }
p { color: rgb(90,199,206); }
H1.HeaderClassName
{
color: #5AC7CE;
}
.AnyTagClassName
{
color: #5AC7CE;
}
</style>
background-color css
<style>
a { background-color: #5AC7CE; }
a { background-color: rgb(90,199,206); }
div.DivClassName
{
background-color: #5AC7CE;
}
.BgClassName
{
background-color: #5AC7CE;
}
</style>
border-color css
<style>
span { border-color: #5AC7CE; }
span { border-color: rgb(90,199,206); }
td.TdClassName
{
border-color: #5AC7CE;
}
.TagClassName
{
border-color: #5AC7CE;
}
</style>