Shades of Medium Turquoise #5ACECE
Tints of Medium Turquoise #5ACECE
RGB
CMYK
RGB Variations
Color information
#5ACECE (or 0x5ACECE) is known color: Medium Turquoise. HEX triplet: 5A, CE and CE. RGB value is (90,206,206). Sum of RGB (Red+Green+Blue) = 90+206+206=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #5ACECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACECE is #A53131. Grayscale: #ABABAB. Windows color (decimal): -10826034 or 13553242. OLE color: 13553242.
HSL color Cylindrical-coordinate representation of color #5ACECE: hue angle of 180º 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 #5ACECE is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 206 | - |
| CMYK | 0.56 | 0 | 0 | 0.19 |
| HSL | 180º | 0.54% | 0.58% | - |
| HSV(B) | 180º | 0.56% | 0.81% | - |
| XYZ | 37.43 | 50.77 | 66.22 | - |
| YUV | 171.32 | 147.57 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 206 | 0.56 | 0 | 0 | 0.19 | 180 | 0.54 | 0.58 |
| Hex | 5A | CE | CE | 38 | 0 | 0 | 13 | B4 | 36 | 3A |
| Octal | 132 | 316 | 316 | 70 | 0 | 0 | 23 | 264 | 66 | 72 |
| Binary | 1011010 | 11001110 | 11001110 | 111000 | 0 | 0 | 10011 | 10110100 | 110110 | 111010 |
Color Harmonies of #5ACECE
Complementary color
Monochromatic Colors of #5ACECE
Black with #5ACECE
Text Example
Text Example
White with #5ACECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACECE; }
p { color: rgb(90,206,206); }
H1.HeaderClassName
{
color: #5ACECE;
}
.AnyTagClassName
{
color: #5ACECE;
}
</style>
background-color css
<style>
a { background-color: #5ACECE; }
a { background-color: rgb(90,206,206); }
div.DivClassName
{
background-color: #5ACECE;
}
.BgClassName
{
background-color: #5ACECE;
}
</style>
border-color css
<style>
span { border-color: #5ACECE; }
span { border-color: rgb(90,206,206); }
td.TdClassName
{
border-color: #5ACECE;
}
.TagClassName
{
border-color: #5ACECE;
}
</style>