Shades of Turquoise Blue #5AECDF
Tints of Turquoise Blue #5AECDF
RGB
CMYK
RGB Variations
Color information
#5AECDF (or 0x5AECDF) is known color: Turquoise Blue. HEX triplet: 5A, EC and DF. RGB value is (90,236,223). Sum of RGB (Red+Green+Blue) = 90+236+223=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECDF is #A51320. Grayscale: #BEBEBE. Windows color (decimal): -10818337 or 14675034. OLE color: 14675034.
HSL color Cylindrical-coordinate representation of color #5AECDF: hue angle of 174.66º degrees, saturation: 0.79, 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 #5AECDF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 223 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.07 |
| HSL | 174.66º | 0.79% | 0.64% | - |
| HSV(B) | 174.66º | 0.62% | 0.93% | - |
| XYZ | 47.53 | 67.49 | 80.33 | - |
| YUV | 190.86 | 146.13 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 223 | 0.62 | 0 | 0.06 | 0.07 | 174.66 | 0.79 | 0.64 |
| Hex | 5A | EC | DF | 3E | 0 | 6 | 7 | AF | 4F | 40 |
| Octal | 132 | 354 | 337 | 76 | 0 | 6 | 7 | 257 | 117 | 100 |
| Binary | 1011010 | 11101100 | 11011111 | 111110 | 0 | 110 | 111 | 10101111 | 1001111 | 1000000 |
Color Harmonies of #5AECDF
Complementary color
Monochromatic Colors of #5AECDF
Black with #5AECDF
Text Example
Text Example
White with #5AECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECDF; }
p { color: rgb(90,236,223); }
H1.HeaderClassName
{
color: #5AECDF;
}
.AnyTagClassName
{
color: #5AECDF;
}
</style>
background-color css
<style>
a { background-color: #5AECDF; }
a { background-color: rgb(90,236,223); }
div.DivClassName
{
background-color: #5AECDF;
}
.BgClassName
{
background-color: #5AECDF;
}
</style>
border-color css
<style>
span { border-color: #5AECDF; }
span { border-color: rgb(90,236,223); }
td.TdClassName
{
border-color: #5AECDF;
}
.TagClassName
{
border-color: #5AECDF;
}
</style>