Shades of Turquoise Blue #5ACCED
Tints of Turquoise Blue #5ACCED
RGB
CMYK
RGB Variations
Color information
#5ACCED (or 0x5ACCED) is known color: Turquoise Blue. HEX triplet: 5A, CC and ED. RGB value is (90,204,237). Sum of RGB (Red+Green+Blue) = 90+204+237=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #5ACCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCED is #A53312. Grayscale: #ADADAD. Windows color (decimal): -10826515 or 15584346. OLE color: 15584346.
HSL color Cylindrical-coordinate representation of color #5ACCED: hue angle of 193.47º degrees, saturation: 0.8, 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 #5ACCED is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 204 | 237 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.07 |
| HSL | 193.47º | 0.8% | 0.64% | - |
| HSV(B) | 193.47º | 0.62% | 0.93% | - |
| XYZ | 41.1 | 51.47 | 87.89 | - |
| YUV | 173.68 | 163.73 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 237 | 0.62 | 0.14 | 0 | 0.07 | 193.47 | 0.8 | 0.64 |
| Hex | 5A | CC | ED | 3E | E | 0 | 7 | C1 | 50 | 40 |
| Octal | 132 | 314 | 355 | 76 | 16 | 0 | 7 | 301 | 120 | 100 |
| Binary | 1011010 | 11001100 | 11101101 | 111110 | 1110 | 0 | 111 | 11000001 | 1010000 | 1000000 |
Color Harmonies of #5ACCED
Complementary color
Monochromatic Colors of #5ACCED
Black with #5ACCED
Text Example
Text Example
White with #5ACCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCED; }
p { color: rgb(90,204,237); }
H1.HeaderClassName
{
color: #5ACCED;
}
.AnyTagClassName
{
color: #5ACCED;
}
</style>
background-color css
<style>
a { background-color: #5ACCED; }
a { background-color: rgb(90,204,237); }
div.DivClassName
{
background-color: #5ACCED;
}
.BgClassName
{
background-color: #5ACCED;
}
</style>
border-color css
<style>
span { border-color: #5ACCED; }
span { border-color: rgb(90,204,237); }
td.TdClassName
{
border-color: #5ACCED;
}
.TagClassName
{
border-color: #5ACCED;
}
</style>