Shades of Medium Turquoise #5ACEC7
Tints of Medium Turquoise #5ACEC7
RGB
CMYK
RGB Variations
Color information
#5ACEC7 (or 0x5ACEC7) is known color: Medium Turquoise. HEX triplet: 5A, CE and C7. RGB value is (90,206,199). Sum of RGB (Red+Green+Blue) = 90+206+199=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEC7 is #A53138. Grayscale: #AAAAAA. Windows color (decimal): -10826041 or 13094490. OLE color: 13094490.
HSL color Cylindrical-coordinate representation of color #5ACEC7: hue angle of 176.38º 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 #5ACEC7 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 199 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.19 |
| HSL | 176.38º | 0.54% | 0.58% | - |
| HSV(B) | 176.38º | 0.56% | 0.81% | - |
| XYZ | 36.6 | 50.44 | 61.84 | - |
| YUV | 170.52 | 144.07 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 199 | 0.56 | 0 | 0.03 | 0.19 | 176.38 | 0.54 | 0.58 |
| Hex | 5A | CE | C7 | 38 | 0 | 3 | 13 | B0 | 36 | 3A |
| Octal | 132 | 316 | 307 | 70 | 0 | 3 | 23 | 260 | 66 | 72 |
| Binary | 1011010 | 11001110 | 11000111 | 111000 | 0 | 11 | 10011 | 10110000 | 110110 | 111010 |
Color Harmonies of #5ACEC7
Complementary color
Monochromatic Colors of #5ACEC7
Black with #5ACEC7
Text Example
Text Example
White with #5ACEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEC7; }
p { color: rgb(90,206,199); }
H1.HeaderClassName
{
color: #5ACEC7;
}
.AnyTagClassName
{
color: #5ACEC7;
}
</style>
background-color css
<style>
a { background-color: #5ACEC7; }
a { background-color: rgb(90,206,199); }
div.DivClassName
{
background-color: #5ACEC7;
}
.BgClassName
{
background-color: #5ACEC7;
}
</style>
border-color css
<style>
span { border-color: #5ACEC7; }
span { border-color: rgb(90,206,199); }
td.TdClassName
{
border-color: #5ACEC7;
}
.TagClassName
{
border-color: #5ACEC7;
}
</style>