Shades of Turquoise Blue #5AEEE7
Tints of Turquoise Blue #5AEEE7
RGB
CMYK
RGB Variations
Color information
#5AEEE7 (or 0x5AEEE7) is known color: Turquoise Blue. HEX triplet: 5A, EE and E7. RGB value is (90,238,231). Sum of RGB (Red+Green+Blue) = 90+238+231=559 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.10% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEEE7 is #A51118. Grayscale: #C0C0C0. Windows color (decimal): -10817817 or 15199834. OLE color: 15199834.
HSL color Cylindrical-coordinate representation of color #5AEEE7: hue angle of 177.16º 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 #5AEEE7 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 231 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.07 |
| HSL | 177.16º | 0.81% | 0.64% | - |
| HSV(B) | 177.16º | 0.62% | 0.93% | - |
| XYZ | 49.21 | 69.09 | 86.34 | - |
| YUV | 192.95 | 149.47 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 231 | 0.62 | 0 | 0.03 | 0.07 | 177.16 | 0.81 | 0.64 |
| Hex | 5A | EE | E7 | 3E | 0 | 3 | 7 | B1 | 51 | 40 |
| Octal | 132 | 356 | 347 | 76 | 0 | 3 | 7 | 261 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11100111 | 111110 | 0 | 11 | 111 | 10110001 | 1010001 | 1000000 |
Color Harmonies of #5AEEE7
Complementary color
Monochromatic Colors of #5AEEE7
Black with #5AEEE7
Text Example
Text Example
White with #5AEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEE7; }
p { color: rgb(90,238,231); }
H1.HeaderClassName
{
color: #5AEEE7;
}
.AnyTagClassName
{
color: #5AEEE7;
}
</style>
background-color css
<style>
a { background-color: #5AEEE7; }
a { background-color: rgb(90,238,231); }
div.DivClassName
{
background-color: #5AEEE7;
}
.BgClassName
{
background-color: #5AEEE7;
}
</style>
border-color css
<style>
span { border-color: #5AEEE7; }
span { border-color: rgb(90,238,231); }
td.TdClassName
{
border-color: #5AEEE7;
}
.TagClassName
{
border-color: #5AEEE7;
}
</style>