Shades of Turquoise Blue #5ACDF0
Tints of Turquoise Blue #5ACDF0
RGB
CMYK
RGB Variations
Color information
#5ACDF0 (or 0x5ACDF0) is known color: Turquoise Blue. HEX triplet: 5A, CD and F0. RGB value is (90,205,240). Sum of RGB (Red+Green+Blue) = 90+205+240=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #5ACDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACDF0 is #A5320F. Grayscale: #AEAEAE. Windows color (decimal): -10826256 or 15781210. OLE color: 15781210.
HSL color Cylindrical-coordinate representation of color #5ACDF0: hue angle of 194º degrees, saturation: 0.83, 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 #5ACDF0 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 205 | 240 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.06 |
| HSL | 194º | 0.83% | 0.65% | - |
| HSV(B) | 194º | 0.63% | 0.94% | - |
| XYZ | 41.78 | 52.13 | 90.3 | - |
| YUV | 174.61 | 164.9 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 240 | 0.62 | 0.15 | 0 | 0.06 | 194 | 0.83 | 0.65 |
| Hex | 5A | CD | F0 | 3E | F | 0 | 6 | C2 | 53 | 41 |
| Octal | 132 | 315 | 360 | 76 | 17 | 0 | 6 | 302 | 123 | 101 |
| Binary | 1011010 | 11001101 | 11110000 | 111110 | 1111 | 0 | 110 | 11000010 | 1010011 | 1000001 |
Color Harmonies of #5ACDF0
Complementary color
Monochromatic Colors of #5ACDF0
Black with #5ACDF0
Text Example
Text Example
White with #5ACDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDF0; }
p { color: rgb(90,205,240); }
H1.HeaderClassName
{
color: #5ACDF0;
}
.AnyTagClassName
{
color: #5ACDF0;
}
</style>
background-color css
<style>
a { background-color: #5ACDF0; }
a { background-color: rgb(90,205,240); }
div.DivClassName
{
background-color: #5ACDF0;
}
.BgClassName
{
background-color: #5ACDF0;
}
</style>
border-color css
<style>
span { border-color: #5ACDF0; }
span { border-color: rgb(90,205,240); }
td.TdClassName
{
border-color: #5ACDF0;
}
.TagClassName
{
border-color: #5ACDF0;
}
</style>