Shades of Turquoise Blue #5AD8EE
Tints of Turquoise Blue #5AD8EE
RGB
CMYK
RGB Variations
Color information
#5AD8EE (or 0x5AD8EE) is known color: Turquoise Blue. HEX triplet: 5A, D8 and EE. RGB value is (90,216,238). Sum of RGB (Red+Green+Blue) = 90+216+238=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AD8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD8EE is #A52711. Grayscale: #B4B4B4. Windows color (decimal): -10823442 or 15652954. OLE color: 15652954.
HSL color Cylindrical-coordinate representation of color #5AD8EE: hue angle of 188.92º 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 #5AD8EE is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 216 | 238 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.07 |
| HSL | 188.92º | 0.81% | 0.64% | - |
| HSV(B) | 188.92º | 0.62% | 0.93% | - |
| XYZ | 44.2 | 57.46 | 89.65 | - |
| YUV | 180.83 | 160.26 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 238 | 0.62 | 0.09 | 0 | 0.07 | 188.92 | 0.81 | 0.64 |
| Hex | 5A | D8 | EE | 3E | 9 | 0 | 7 | BD | 51 | 40 |
| Octal | 132 | 330 | 356 | 76 | 11 | 0 | 7 | 275 | 121 | 100 |
| Binary | 1011010 | 11011000 | 11101110 | 111110 | 1001 | 0 | 111 | 10111101 | 1010001 | 1000000 |
Color Harmonies of #5AD8EE
Complementary color
Monochromatic Colors of #5AD8EE
Black with #5AD8EE
Text Example
Text Example
White with #5AD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD8EE; }
p { color: rgb(90,216,238); }
H1.HeaderClassName
{
color: #5AD8EE;
}
.AnyTagClassName
{
color: #5AD8EE;
}
</style>
background-color css
<style>
a { background-color: #5AD8EE; }
a { background-color: rgb(90,216,238); }
div.DivClassName
{
background-color: #5AD8EE;
}
.BgClassName
{
background-color: #5AD8EE;
}
</style>
border-color css
<style>
span { border-color: #5AD8EE; }
span { border-color: rgb(90,216,238); }
td.TdClassName
{
border-color: #5AD8EE;
}
.TagClassName
{
border-color: #5AD8EE;
}
</style>