Shades of Turquoise Blue #5AE2DF
Tints of Turquoise Blue #5AE2DF
RGB
CMYK
RGB Variations
Color information
#5AE2DF (or 0x5AE2DF) is known color: Turquoise Blue. HEX triplet: 5A, E2 and DF. RGB value is (90,226,223). Sum of RGB (Red+Green+Blue) = 90+226+223=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #5AE2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE2DF is #A51D20. Grayscale: #B8B8B8. Windows color (decimal): -10820897 or 14672474. OLE color: 14672474.
HSL color Cylindrical-coordinate representation of color #5AE2DF: hue angle of 178.68º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE2DF is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 226 | 223 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.11 |
| HSL | 178.68º | 0.7% | 0.62% | - |
| HSV(B) | 178.68º | 0.6% | 0.89% | - |
| XYZ | 44.73 | 61.89 | 79.4 | - |
| YUV | 184.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 226 | 223 | 0.60 | 0 | 0.01 | 0.11 | 178.68 | 0.7 | 0.62 |
| Hex | 5A | E2 | DF | 3C | 0 | 1 | B | B3 | 46 | 3E |
| Octal | 132 | 342 | 337 | 74 | 0 | 1 | 13 | 263 | 106 | 76 |
| Binary | 1011010 | 11100010 | 11011111 | 111100 | 0 | 1 | 1011 | 10110011 | 1000110 | 111110 |
Color Harmonies of #5AE2DF
Complementary color
Monochromatic Colors of #5AE2DF
Black with #5AE2DF
Text Example
Text Example
White with #5AE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE2DF; }
p { color: rgb(90,226,223); }
H1.HeaderClassName
{
color: #5AE2DF;
}
.AnyTagClassName
{
color: #5AE2DF;
}
</style>
background-color css
<style>
a { background-color: #5AE2DF; }
a { background-color: rgb(90,226,223); }
div.DivClassName
{
background-color: #5AE2DF;
}
.BgClassName
{
background-color: #5AE2DF;
}
</style>
border-color css
<style>
span { border-color: #5AE2DF; }
span { border-color: rgb(90,226,223); }
td.TdClassName
{
border-color: #5AE2DF;
}
.TagClassName
{
border-color: #5AE2DF;
}
</style>