Shades of Turquoise Blue #5ACEDB
Tints of Turquoise Blue #5ACEDB
RGB
CMYK
RGB Variations
Color information
#5ACEDB (or 0x5ACEDB) is known color: Turquoise Blue. HEX triplet: 5A, CE and DB. RGB value is (90,206,219). Sum of RGB (Red+Green+Blue) = 90+206+219=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ACEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACEDB is #A53124. Grayscale: #ACACAC. Windows color (decimal): -10826021 or 14405210. OLE color: 14405210.
HSL color Cylindrical-coordinate representation of color #5ACEDB: hue angle of 186.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACEDB is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 206 | 219 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.14 |
| HSL | 186.05º | 0.64% | 0.61% | - |
| HSV(B) | 186.05º | 0.59% | 0.86% | - |
| XYZ | 39.07 | 51.43 | 74.89 | - |
| YUV | 172.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 219 | 0.59 | 0.06 | 0 | 0.14 | 186.05 | 0.64 | 0.61 |
| Hex | 5A | CE | DB | 3B | 6 | 0 | E | BA | 40 | 3D |
| Octal | 132 | 316 | 333 | 73 | 6 | 0 | 16 | 272 | 100 | 75 |
| Binary | 1011010 | 11001110 | 11011011 | 111011 | 110 | 0 | 1110 | 10111010 | 1000000 | 111101 |
Color Harmonies of #5ACEDB
Complementary color
Monochromatic Colors of #5ACEDB
Black with #5ACEDB
Text Example
Text Example
White with #5ACEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEDB; }
p { color: rgb(90,206,219); }
H1.HeaderClassName
{
color: #5ACEDB;
}
.AnyTagClassName
{
color: #5ACEDB;
}
</style>
background-color css
<style>
a { background-color: #5ACEDB; }
a { background-color: rgb(90,206,219); }
div.DivClassName
{
background-color: #5ACEDB;
}
.BgClassName
{
background-color: #5ACEDB;
}
</style>
border-color css
<style>
span { border-color: #5ACEDB; }
span { border-color: rgb(90,206,219); }
td.TdClassName
{
border-color: #5ACEDB;
}
.TagClassName
{
border-color: #5ACEDB;
}
</style>