Shades of Turquoise Blue #5AEFE5
Tints of Turquoise Blue #5AEFE5
RGB
CMYK
RGB Variations
Color information
#5AEFE5 (or 0x5AEFE5) is known color: Turquoise Blue. HEX triplet: 5A, EF and E5. RGB value is (90,239,229). Sum of RGB (Red+Green+Blue) = 90+239+229=558 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.13% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFE5 is #A5101A. Grayscale: #C1C1C1. Windows color (decimal): -10817563 or 15069018. OLE color: 15069018.
HSL color Cylindrical-coordinate representation of color #5AEFE5: hue angle of 175.97º 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 #5AEFE5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 239 | 229 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.06 |
| HSL | 175.97º | 0.82% | 0.65% | - |
| HSV(B) | 175.97º | 0.62% | 0.94% | - |
| XYZ | 49.23 | 69.56 | 84.96 | - |
| YUV | 193.31 | 148.14 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 229 | 0.62 | 0 | 0.04 | 0.06 | 175.97 | 0.82 | 0.65 |
| Hex | 5A | EF | E5 | 3E | 0 | 4 | 6 | B0 | 52 | 41 |
| Octal | 132 | 357 | 345 | 76 | 0 | 4 | 6 | 260 | 122 | 101 |
| Binary | 1011010 | 11101111 | 11100101 | 111110 | 0 | 100 | 110 | 10110000 | 1010010 | 1000001 |
Color Harmonies of #5AEFE5
Complementary color
Monochromatic Colors of #5AEFE5
Black with #5AEFE5
Text Example
Text Example
White with #5AEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEFE5; }
p { color: rgb(90,239,229); }
H1.HeaderClassName
{
color: #5AEFE5;
}
.AnyTagClassName
{
color: #5AEFE5;
}
</style>
background-color css
<style>
a { background-color: #5AEFE5; }
a { background-color: rgb(90,239,229); }
div.DivClassName
{
background-color: #5AEFE5;
}
.BgClassName
{
background-color: #5AEFE5;
}
</style>
border-color css
<style>
span { border-color: #5AEFE5; }
span { border-color: rgb(90,239,229); }
td.TdClassName
{
border-color: #5AEFE5;
}
.TagClassName
{
border-color: #5AEFE5;
}
</style>