Shades of Turquoise Blue #5AEEEB
Tints of Turquoise Blue #5AEEEB
RGB
CMYK
RGB Variations
Color information
#5AEEEB (or 0x5AEEEB) is known color: Turquoise Blue. HEX triplet: 5A, EE and EB. RGB value is (90,238,235). Sum of RGB (Red+Green+Blue) = 90+238+235=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEEEB is #A51114. Grayscale: #C1C1C1. Windows color (decimal): -10817813 or 15461978. OLE color: 15461978.
HSL color Cylindrical-coordinate representation of color #5AEEEB: hue angle of 178.78º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEEB is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 235 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.07 |
| HSL | 178.78º | 0.81% | 0.64% | - |
| HSV(B) | 178.78º | 0.62% | 0.93% | - |
| XYZ | 49.79 | 69.32 | 89.35 | - |
| YUV | 193.41 | 151.47 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 235 | 0.62 | 0 | 0.01 | 0.07 | 178.78 | 0.81 | 0.64 |
| Hex | 5A | EE | EB | 3E | 0 | 1 | 7 | B3 | 51 | 40 |
| Octal | 132 | 356 | 353 | 76 | 0 | 1 | 7 | 263 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11101011 | 111110 | 0 | 1 | 111 | 10110011 | 1010001 | 1000000 |
Color Harmonies of #5AEEEB
Complementary color
Monochromatic Colors of #5AEEEB
Black with #5AEEEB
Text Example
Text Example
White with #5AEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEEB; }
p { color: rgb(90,238,235); }
H1.HeaderClassName
{
color: #5AEEEB;
}
.AnyTagClassName
{
color: #5AEEEB;
}
</style>
background-color css
<style>
a { background-color: #5AEEEB; }
a { background-color: rgb(90,238,235); }
div.DivClassName
{
background-color: #5AEEEB;
}
.BgClassName
{
background-color: #5AEEEB;
}
</style>
border-color css
<style>
span { border-color: #5AEEEB; }
span { border-color: rgb(90,238,235); }
td.TdClassName
{
border-color: #5AEEEB;
}
.TagClassName
{
border-color: #5AEEEB;
}
</style>