Shades of Turquoise Blue #5ACBE9
Tints of Turquoise Blue #5ACBE9
RGB
CMYK
RGB Variations
Color information
#5ACBE9 (or 0x5ACBE9) is known color: Turquoise Blue. HEX triplet: 5A, CB and E9. RGB value is (90,203,233). Sum of RGB (Red+Green+Blue) = 90+203+233=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #5ACBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACBE9 is #A53416. Grayscale: #ACACAC. Windows color (decimal): -10826775 or 15321946. OLE color: 15321946.
HSL color Cylindrical-coordinate representation of color #5ACBE9: hue angle of 192.59º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ACBE9 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 203 | 233 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.09 |
| HSL | 192.59º | 0.76% | 0.63% | - |
| HSV(B) | 192.59º | 0.61% | 0.91% | - |
| XYZ | 40.28 | 50.77 | 84.77 | - |
| YUV | 172.63 | 162.06 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 233 | 0.61 | 0.13 | 0 | 0.09 | 192.59 | 0.76 | 0.63 |
| Hex | 5A | CB | E9 | 3D | D | 0 | 9 | C1 | 4C | 3F |
| Octal | 132 | 313 | 351 | 75 | 15 | 0 | 11 | 301 | 114 | 77 |
| Binary | 1011010 | 11001011 | 11101001 | 111101 | 1101 | 0 | 1001 | 11000001 | 1001100 | 111111 |
Color Harmonies of #5ACBE9
Complementary color
Monochromatic Colors of #5ACBE9
Black with #5ACBE9
Text Example
Text Example
White with #5ACBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBE9; }
p { color: rgb(90,203,233); }
H1.HeaderClassName
{
color: #5ACBE9;
}
.AnyTagClassName
{
color: #5ACBE9;
}
</style>
background-color css
<style>
a { background-color: #5ACBE9; }
a { background-color: rgb(90,203,233); }
div.DivClassName
{
background-color: #5ACBE9;
}
.BgClassName
{
background-color: #5ACBE9;
}
</style>
border-color css
<style>
span { border-color: #5ACBE9; }
span { border-color: rgb(90,203,233); }
td.TdClassName
{
border-color: #5ACBE9;
}
.TagClassName
{
border-color: #5ACBE9;
}
</style>