Shades of Turquoise Blue #5AD4EE
Tints of Turquoise Blue #5AD4EE
RGB
CMYK
RGB Variations
Color information
#5AD4EE (or 0x5AD4EE) is known color: Turquoise Blue. HEX triplet: 5A, D4 and EE. RGB value is (90,212,238). Sum of RGB (Red+Green+Blue) = 90+212+238=540 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.67% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AD4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD4EE is #A52B11. Grayscale: #B2B2B2. Windows color (decimal): -10824466 or 15651930. OLE color: 15651930.
HSL color Cylindrical-coordinate representation of color #5AD4EE: hue angle of 190.54º 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 #5AD4EE is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 212 | 238 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.07 |
| HSL | 190.54º | 0.81% | 0.64% | - |
| HSV(B) | 190.54º | 0.62% | 0.93% | - |
| XYZ | 43.19 | 55.43 | 89.31 | - |
| YUV | 178.49 | 161.58 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 212 | 238 | 0.62 | 0.11 | 0 | 0.07 | 190.54 | 0.81 | 0.64 |
| Hex | 5A | D4 | EE | 3E | B | 0 | 7 | BF | 51 | 40 |
| Octal | 132 | 324 | 356 | 76 | 13 | 0 | 7 | 277 | 121 | 100 |
| Binary | 1011010 | 11010100 | 11101110 | 111110 | 1011 | 0 | 111 | 10111111 | 1010001 | 1000000 |
Color Harmonies of #5AD4EE
Complementary color
Monochromatic Colors of #5AD4EE
Black with #5AD4EE
Text Example
Text Example
White with #5AD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD4EE; }
p { color: rgb(90,212,238); }
H1.HeaderClassName
{
color: #5AD4EE;
}
.AnyTagClassName
{
color: #5AD4EE;
}
</style>
background-color css
<style>
a { background-color: #5AD4EE; }
a { background-color: rgb(90,212,238); }
div.DivClassName
{
background-color: #5AD4EE;
}
.BgClassName
{
background-color: #5AD4EE;
}
</style>
border-color css
<style>
span { border-color: #5AD4EE; }
span { border-color: rgb(90,212,238); }
td.TdClassName
{
border-color: #5AD4EE;
}
.TagClassName
{
border-color: #5AD4EE;
}
</style>