Shades of Turquoise Blue #5ACCEB
Tints of Turquoise Blue #5ACCEB
RGB
CMYK
RGB Variations
Color information
#5ACCEB (or 0x5ACCEB) is known color: Turquoise Blue. HEX triplet: 5A, CC and EB. RGB value is (90,204,235). Sum of RGB (Red+Green+Blue) = 90+204+235=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ACCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCEB is #A53314. Grayscale: #ADADAD. Windows color (decimal): -10826517 or 15453274. OLE color: 15453274.
HSL color Cylindrical-coordinate representation of color #5ACCEB: hue angle of 192.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ACCEB is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 204 | 235 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.08 |
| HSL | 192.83º | 0.78% | 0.64% | - |
| HSV(B) | 192.83º | 0.62% | 0.92% | - |
| XYZ | 40.8 | 51.36 | 86.36 | - |
| YUV | 173.45 | 162.73 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 235 | 0.62 | 0.13 | 0 | 0.08 | 192.83 | 0.78 | 0.64 |
| Hex | 5A | CC | EB | 3E | D | 0 | 8 | C1 | 4E | 40 |
| Octal | 132 | 314 | 353 | 76 | 15 | 0 | 10 | 301 | 116 | 100 |
| Binary | 1011010 | 11001100 | 11101011 | 111110 | 1101 | 0 | 1000 | 11000001 | 1001110 | 1000000 |
Color Harmonies of #5ACCEB
Complementary color
Monochromatic Colors of #5ACCEB
Black with #5ACCEB
Text Example
Text Example
White with #5ACCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCEB; }
p { color: rgb(90,204,235); }
H1.HeaderClassName
{
color: #5ACCEB;
}
.AnyTagClassName
{
color: #5ACCEB;
}
</style>
background-color css
<style>
a { background-color: #5ACCEB; }
a { background-color: rgb(90,204,235); }
div.DivClassName
{
background-color: #5ACCEB;
}
.BgClassName
{
background-color: #5ACCEB;
}
</style>
border-color css
<style>
span { border-color: #5ACCEB; }
span { border-color: rgb(90,204,235); }
td.TdClassName
{
border-color: #5ACCEB;
}
.TagClassName
{
border-color: #5ACCEB;
}
</style>