Shades of Turquoise Blue #5ACBEA
Tints of Turquoise Blue #5ACBEA
RGB
CMYK
RGB Variations
Color information
#5ACBEA (or 0x5ACBEA) is known color: Turquoise Blue. HEX triplet: 5A, CB and EA. RGB value is (90,203,234). Sum of RGB (Red+Green+Blue) = 90+203+234=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ACBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACBEA is #A53415. Grayscale: #ACACAC. Windows color (decimal): -10826774 or 15387482. OLE color: 15387482.
HSL color Cylindrical-coordinate representation of color #5ACBEA: hue angle of 192.92º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ACBEA is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 203 | 234 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.08 |
| HSL | 192.92º | 0.77% | 0.64% | - |
| HSV(B) | 192.92º | 0.62% | 0.92% | - |
| XYZ | 40.42 | 50.83 | 85.52 | - |
| YUV | 172.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 234 | 0.62 | 0.13 | 0 | 0.08 | 192.92 | 0.77 | 0.64 |
| Hex | 5A | CB | EA | 3E | D | 0 | 8 | C1 | 4D | 40 |
| Octal | 132 | 313 | 352 | 76 | 15 | 0 | 10 | 301 | 115 | 100 |
| Binary | 1011010 | 11001011 | 11101010 | 111110 | 1101 | 0 | 1000 | 11000001 | 1001101 | 1000000 |
Color Harmonies of #5ACBEA
Complementary color
Monochromatic Colors of #5ACBEA
Black with #5ACBEA
Text Example
Text Example
White with #5ACBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBEA; }
p { color: rgb(90,203,234); }
H1.HeaderClassName
{
color: #5ACBEA;
}
.AnyTagClassName
{
color: #5ACBEA;
}
</style>
background-color css
<style>
a { background-color: #5ACBEA; }
a { background-color: rgb(90,203,234); }
div.DivClassName
{
background-color: #5ACBEA;
}
.BgClassName
{
background-color: #5ACBEA;
}
</style>
border-color css
<style>
span { border-color: #5ACBEA; }
span { border-color: rgb(90,203,234); }
td.TdClassName
{
border-color: #5ACBEA;
}
.TagClassName
{
border-color: #5ACBEA;
}
</style>