Shades of Medium Turquoise #5ACEC3
Tints of Medium Turquoise #5ACEC3
RGB
CMYK
RGB Variations
Color information
#5ACEC3 (or 0x5ACEC3) is known color: Medium Turquoise. HEX triplet: 5A, CE and C3. RGB value is (90,206,195). Sum of RGB (Red+Green+Blue) = 90+206+195=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEC3 is #A5313C. Grayscale: #A9A9A9. Windows color (decimal): -10826045 or 12832346. OLE color: 12832346.
HSL color Cylindrical-coordinate representation of color #5ACEC3: hue angle of 174.31º 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 #5ACEC3 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 195 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.19 |
| HSL | 174.31º | 0.54% | 0.58% | - |
| HSV(B) | 174.31º | 0.56% | 0.81% | - |
| XYZ | 36.14 | 50.26 | 59.43 | - |
| YUV | 170.06 | 142.07 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 195 | 0.56 | 0 | 0.05 | 0.19 | 174.31 | 0.54 | 0.58 |
| Hex | 5A | CE | C3 | 38 | 0 | 5 | 13 | AE | 36 | 3A |
| Octal | 132 | 316 | 303 | 70 | 0 | 5 | 23 | 256 | 66 | 72 |
| Binary | 1011010 | 11001110 | 11000011 | 111000 | 0 | 101 | 10011 | 10101110 | 110110 | 111010 |
Color Harmonies of #5ACEC3
Complementary color
Monochromatic Colors of #5ACEC3
Black with #5ACEC3
Text Example
Text Example
White with #5ACEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEC3; }
p { color: rgb(90,206,195); }
H1.HeaderClassName
{
color: #5ACEC3;
}
.AnyTagClassName
{
color: #5ACEC3;
}
</style>
background-color css
<style>
a { background-color: #5ACEC3; }
a { background-color: rgb(90,206,195); }
div.DivClassName
{
background-color: #5ACEC3;
}
.BgClassName
{
background-color: #5ACEC3;
}
</style>
border-color css
<style>
span { border-color: #5ACEC3; }
span { border-color: rgb(90,206,195); }
td.TdClassName
{
border-color: #5ACEC3;
}
.TagClassName
{
border-color: #5ACEC3;
}
</style>