Shades of Turquoise Blue #5ACEEF
Tints of Turquoise Blue #5ACEEF
RGB
CMYK
RGB Variations
Color information
#5ACEEF (or 0x5ACEEF) is known color: Turquoise Blue. HEX triplet: 5A, CE and EF. RGB value is (90,206,239). Sum of RGB (Red+Green+Blue) = 90+206+239=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ACEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACEEF is #A53110. Grayscale: #AEAEAE. Windows color (decimal): -10826001 or 15715930. OLE color: 15715930.
HSL color Cylindrical-coordinate representation of color #5ACEEF: hue angle of 193.29º 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 #5ACEEF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 206 | 239 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.06 |
| HSL | 193.29º | 0.82% | 0.65% | - |
| HSV(B) | 193.29º | 0.62% | 0.94% | - |
| XYZ | 41.87 | 52.55 | 89.6 | - |
| YUV | 175.08 | 164.07 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 239 | 0.62 | 0.14 | 0 | 0.06 | 193.29 | 0.82 | 0.65 |
| Hex | 5A | CE | EF | 3E | E | 0 | 6 | C1 | 52 | 41 |
| Octal | 132 | 316 | 357 | 76 | 16 | 0 | 6 | 301 | 122 | 101 |
| Binary | 1011010 | 11001110 | 11101111 | 111110 | 1110 | 0 | 110 | 11000001 | 1010010 | 1000001 |
Color Harmonies of #5ACEEF
Complementary color
Monochromatic Colors of #5ACEEF
Black with #5ACEEF
Text Example
Text Example
White with #5ACEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEEF; }
p { color: rgb(90,206,239); }
H1.HeaderClassName
{
color: #5ACEEF;
}
.AnyTagClassName
{
color: #5ACEEF;
}
</style>
background-color css
<style>
a { background-color: #5ACEEF; }
a { background-color: rgb(90,206,239); }
div.DivClassName
{
background-color: #5ACEEF;
}
.BgClassName
{
background-color: #5ACEEF;
}
</style>
border-color css
<style>
span { border-color: #5ACEEF; }
span { border-color: rgb(90,206,239); }
td.TdClassName
{
border-color: #5ACEEF;
}
.TagClassName
{
border-color: #5ACEEF;
}
</style>