Shades of Turquoise Blue #5AEEDF
Tints of Turquoise Blue #5AEEDF
RGB
CMYK
RGB Variations
Color information
#5AEEDF (or 0x5AEEDF) is known color: Turquoise Blue. HEX triplet: 5A, EE and DF. RGB value is (90,238,223). Sum of RGB (Red+Green+Blue) = 90+238+223=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEDF is #A51120. Grayscale: #BFBFBF. Windows color (decimal): -10817825 or 14675546. OLE color: 14675546.
HSL color Cylindrical-coordinate representation of color #5AEEDF: hue angle of 173.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 #5AEEDF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 223 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.07 |
| HSL | 173.92º | 0.81% | 0.64% | - |
| HSV(B) | 173.92º | 0.62% | 0.93% | - |
| XYZ | 48.11 | 68.65 | 80.53 | - |
| YUV | 192.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 223 | 0.62 | 0 | 0.06 | 0.07 | 173.92 | 0.81 | 0.64 |
| Hex | 5A | EE | DF | 3E | 0 | 6 | 7 | AE | 51 | 40 |
| Octal | 132 | 356 | 337 | 76 | 0 | 6 | 7 | 256 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11011111 | 111110 | 0 | 110 | 111 | 10101110 | 1010001 | 1000000 |
Color Harmonies of #5AEEDF
Complementary color
Monochromatic Colors of #5AEEDF
Black with #5AEEDF
Text Example
Text Example
White with #5AEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEDF; }
p { color: rgb(90,238,223); }
H1.HeaderClassName
{
color: #5AEEDF;
}
.AnyTagClassName
{
color: #5AEEDF;
}
</style>
background-color css
<style>
a { background-color: #5AEEDF; }
a { background-color: rgb(90,238,223); }
div.DivClassName
{
background-color: #5AEEDF;
}
.BgClassName
{
background-color: #5AEEDF;
}
</style>
border-color css
<style>
span { border-color: #5AEEDF; }
span { border-color: rgb(90,238,223); }
td.TdClassName
{
border-color: #5AEEDF;
}
.TagClassName
{
border-color: #5AEEDF;
}
</style>