Shades of Turquoise Blue #5AEFE7
Tints of Turquoise Blue #5AEFE7
RGB
CMYK
RGB Variations
Color information
#5AEFE7 (or 0x5AEFE7) is known color: Turquoise Blue. HEX triplet: 5A, EF and E7. RGB value is (90,239,231). Sum of RGB (Red+Green+Blue) = 90+239+231=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEFE7 is #A51018. Grayscale: #C1C1C1. Windows color (decimal): -10817561 or 15200090. OLE color: 15200090.
HSL color Cylindrical-coordinate representation of color #5AEFE7: hue angle of 176.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEFE7 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 239 | 231 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.06 |
| HSL | 176.78º | 0.82% | 0.65% | - |
| HSV(B) | 176.78º | 0.62% | 0.94% | - |
| XYZ | 49.51 | 69.68 | 86.44 | - |
| YUV | 193.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 231 | 0.62 | 0 | 0.03 | 0.06 | 176.78 | 0.82 | 0.65 |
| Hex | 5A | EF | E7 | 3E | 0 | 3 | 6 | B1 | 52 | 41 |
| Octal | 132 | 357 | 347 | 76 | 0 | 3 | 6 | 261 | 122 | 101 |
| Binary | 1011010 | 11101111 | 11100111 | 111110 | 0 | 11 | 110 | 10110001 | 1010010 | 1000001 |
Color Harmonies of #5AEFE7
Complementary color
Monochromatic Colors of #5AEFE7
Black with #5AEFE7
Text Example
Text Example
White with #5AEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEFE7; }
p { color: rgb(90,239,231); }
H1.HeaderClassName
{
color: #5AEFE7;
}
.AnyTagClassName
{
color: #5AEFE7;
}
</style>
background-color css
<style>
a { background-color: #5AEFE7; }
a { background-color: rgb(90,239,231); }
div.DivClassName
{
background-color: #5AEFE7;
}
.BgClassName
{
background-color: #5AEFE7;
}
</style>
border-color css
<style>
span { border-color: #5AEFE7; }
span { border-color: rgb(90,239,231); }
td.TdClassName
{
border-color: #5AEFE7;
}
.TagClassName
{
border-color: #5AEFE7;
}
</style>