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