Shades of Turquoise Blue #5AE3DF
Tints of Turquoise Blue #5AE3DF
RGB
CMYK
RGB Variations
Color information
#5AE3DF (or 0x5AE3DF) is known color: Turquoise Blue. HEX triplet: 5A, E3 and DF. RGB value is (90,227,223). Sum of RGB (Red+Green+Blue) = 90+227+223=540 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.67% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #5AE3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE3DF is #A51C20. Grayscale: #B9B9B9. Windows color (decimal): -10820641 or 14672730. OLE color: 14672730.
HSL color Cylindrical-coordinate representation of color #5AE3DF: hue angle of 178.25º degrees, saturation: 0.71, 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 #5AE3DF is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 227 | 223 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.11 |
| HSL | 178.25º | 0.71% | 0.62% | - |
| HSV(B) | 178.25º | 0.6% | 0.89% | - |
| XYZ | 45 | 62.44 | 79.49 | - |
| YUV | 185.58 | 149.11 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 227 | 223 | 0.60 | 0 | 0.02 | 0.11 | 178.25 | 0.71 | 0.62 |
| Hex | 5A | E3 | DF | 3C | 0 | 2 | B | B2 | 47 | 3E |
| Octal | 132 | 343 | 337 | 74 | 0 | 2 | 13 | 262 | 107 | 76 |
| Binary | 1011010 | 11100011 | 11011111 | 111100 | 0 | 10 | 1011 | 10110010 | 1000111 | 111110 |
Color Harmonies of #5AE3DF
Complementary color
Monochromatic Colors of #5AE3DF
Black with #5AE3DF
Text Example
Text Example
White with #5AE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE3DF; }
p { color: rgb(90,227,223); }
H1.HeaderClassName
{
color: #5AE3DF;
}
.AnyTagClassName
{
color: #5AE3DF;
}
</style>
background-color css
<style>
a { background-color: #5AE3DF; }
a { background-color: rgb(90,227,223); }
div.DivClassName
{
background-color: #5AE3DF;
}
.BgClassName
{
background-color: #5AE3DF;
}
</style>
border-color css
<style>
span { border-color: #5AE3DF; }
span { border-color: rgb(90,227,223); }
td.TdClassName
{
border-color: #5AE3DF;
}
.TagClassName
{
border-color: #5AE3DF;
}
</style>