Shades of Turquoise Blue #5AECEF
Tints of Turquoise Blue #5AECEF
RGB
CMYK
RGB Variations
Color information
#5AECEF (or 0x5AECEF) is known color: Turquoise Blue. HEX triplet: 5A, EC and EF. RGB value is (90,236,239). Sum of RGB (Red+Green+Blue) = 90+236+239=565 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.93% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #5AECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AECEF is #A51310. Grayscale: #C0C0C0. Windows color (decimal): -10818321 or 15723610. OLE color: 15723610.
HSL color Cylindrical-coordinate representation of color #5AECEF: hue angle of 181.21º 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 #5AECEF is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 236 | 239 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.06 |
| HSL | 181.21º | 0.82% | 0.65% | - |
| HSV(B) | 181.21º | 0.62% | 0.94% | - |
| XYZ | 49.79 | 68.4 | 92.24 | - |
| YUV | 192.69 | 154.13 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 239 | 0.62 | 0.01 | 0 | 0.06 | 181.21 | 0.82 | 0.65 |
| Hex | 5A | EC | EF | 3E | 1 | 0 | 6 | B5 | 52 | 41 |
| Octal | 132 | 354 | 357 | 76 | 1 | 0 | 6 | 265 | 122 | 101 |
| Binary | 1011010 | 11101100 | 11101111 | 111110 | 1 | 0 | 110 | 10110101 | 1010010 | 1000001 |
Color Harmonies of #5AECEF
Complementary color
Monochromatic Colors of #5AECEF
Black with #5AECEF
Text Example
Text Example
White with #5AECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECEF; }
p { color: rgb(90,236,239); }
H1.HeaderClassName
{
color: #5AECEF;
}
.AnyTagClassName
{
color: #5AECEF;
}
</style>
background-color css
<style>
a { background-color: #5AECEF; }
a { background-color: rgb(90,236,239); }
div.DivClassName
{
background-color: #5AECEF;
}
.BgClassName
{
background-color: #5AECEF;
}
</style>
border-color css
<style>
span { border-color: #5AECEF; }
span { border-color: rgb(90,236,239); }
td.TdClassName
{
border-color: #5AECEF;
}
.TagClassName
{
border-color: #5AECEF;
}
</style>