Shades of Turquoise Blue #5AECEE
Tints of Turquoise Blue #5AECEE
RGB
CMYK
RGB Variations
Color information
#5AECEE (or 0x5AECEE) is known color: Turquoise Blue. HEX triplet: 5A, EC and EE. RGB value is (90,236,238). Sum of RGB (Red+Green+Blue) = 90+236+238=564 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.96% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #5AECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AECEE is #A51311. Grayscale: #C0C0C0. Windows color (decimal): -10818322 or 15658074. OLE color: 15658074.
HSL color Cylindrical-coordinate representation of color #5AECEE: hue angle of 180.81º 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 #5AECEE is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 238 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.07 |
| HSL | 180.81º | 0.81% | 0.64% | - |
| HSV(B) | 180.81º | 0.62% | 0.93% | - |
| XYZ | 49.64 | 68.34 | 91.46 | - |
| YUV | 192.57 | 153.63 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 238 | 0.62 | 0.01 | 0 | 0.07 | 180.81 | 0.81 | 0.64 |
| Hex | 5A | EC | EE | 3E | 1 | 0 | 7 | B5 | 51 | 40 |
| Octal | 132 | 354 | 356 | 76 | 1 | 0 | 7 | 265 | 121 | 100 |
| Binary | 1011010 | 11101100 | 11101110 | 111110 | 1 | 0 | 111 | 10110101 | 1010001 | 1000000 |
Color Harmonies of #5AECEE
Complementary color
Monochromatic Colors of #5AECEE
Black with #5AECEE
Text Example
Text Example
White with #5AECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECEE; }
p { color: rgb(90,236,238); }
H1.HeaderClassName
{
color: #5AECEE;
}
.AnyTagClassName
{
color: #5AECEE;
}
</style>
background-color css
<style>
a { background-color: #5AECEE; }
a { background-color: rgb(90,236,238); }
div.DivClassName
{
background-color: #5AECEE;
}
.BgClassName
{
background-color: #5AECEE;
}
</style>
border-color css
<style>
span { border-color: #5AECEE; }
span { border-color: rgb(90,236,238); }
td.TdClassName
{
border-color: #5AECEE;
}
.TagClassName
{
border-color: #5AECEE;
}
</style>