Shades of Turquoise Blue #5ACAEA
Tints of Turquoise Blue #5ACAEA
RGB
CMYK
RGB Variations
Color information
#5ACAEA (or 0x5ACAEA) is known color: Turquoise Blue. HEX triplet: 5A, CA and EA. RGB value is (90,202,234). Sum of RGB (Red+Green+Blue) = 90+202+234=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ACAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACAEA is #A53515. Grayscale: #ABABAB. Windows color (decimal): -10827030 or 15387226. OLE color: 15387226.
HSL color Cylindrical-coordinate representation of color #5ACAEA: hue angle of 193.33º 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 #5ACAEA is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 202 | 234 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.08 |
| HSL | 193.33º | 0.77% | 0.64% | - |
| HSV(B) | 193.33º | 0.62% | 0.92% | - |
| XYZ | 40.19 | 50.36 | 85.44 | - |
| YUV | 172.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 234 | 0.62 | 0.14 | 0 | 0.08 | 193.33 | 0.77 | 0.64 |
| Hex | 5A | CA | EA | 3E | E | 0 | 8 | C1 | 4D | 40 |
| Octal | 132 | 312 | 352 | 76 | 16 | 0 | 10 | 301 | 115 | 100 |
| Binary | 1011010 | 11001010 | 11101010 | 111110 | 1110 | 0 | 1000 | 11000001 | 1001101 | 1000000 |
Color Harmonies of #5ACAEA
Complementary color
Monochromatic Colors of #5ACAEA
Black with #5ACAEA
Text Example
Text Example
White with #5ACAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACAEA; }
p { color: rgb(90,202,234); }
H1.HeaderClassName
{
color: #5ACAEA;
}
.AnyTagClassName
{
color: #5ACAEA;
}
</style>
background-color css
<style>
a { background-color: #5ACAEA; }
a { background-color: rgb(90,202,234); }
div.DivClassName
{
background-color: #5ACAEA;
}
.BgClassName
{
background-color: #5ACAEA;
}
</style>
border-color css
<style>
span { border-color: #5ACAEA; }
span { border-color: rgb(90,202,234); }
td.TdClassName
{
border-color: #5ACAEA;
}
.TagClassName
{
border-color: #5ACAEA;
}
</style>