Shades of Turquoise Blue #5ADAFC
Tints of Turquoise Blue #5ADAFC
RGB
CMYK
RGB Variations
Color information
#5ADAFC (or 0x5ADAFC) is known color: Turquoise Blue. HEX triplet: 5A, DA and FC. RGB value is (90,218,252). Sum of RGB (Red+Green+Blue) = 90+218+252=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ADAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADAFC is #A52503. Grayscale: #B7B7B7. Windows color (decimal): -10822916 or 16570970. OLE color: 16570970.
HSL color Cylindrical-coordinate representation of color #5ADAFC: hue angle of 192.59º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ADAFC is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 218 | 252 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.01 |
| HSL | 192.59º | 0.96% | 0.67% | - |
| HSV(B) | 192.59º | 0.64% | 0.99% | - |
| XYZ | 46.86 | 59.34 | 101.08 | - |
| YUV | 183.6 | 166.59 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 252 | 0.64 | 0.13 | 0 | 0.01 | 192.59 | 0.96 | 0.67 |
| Hex | 5A | DA | FC | 40 | D | 0 | 1 | C1 | 60 | 43 |
| Octal | 132 | 332 | 374 | 100 | 15 | 0 | 1 | 301 | 140 | 103 |
| Binary | 1011010 | 11011010 | 11111100 | 1000000 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000011 |
Color Harmonies of #5ADAFC
Complementary color
Monochromatic Colors of #5ADAFC
Black with #5ADAFC
Text Example
Text Example
White with #5ADAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAFC; }
p { color: rgb(90,218,252); }
H1.HeaderClassName
{
color: #5ADAFC;
}
.AnyTagClassName
{
color: #5ADAFC;
}
</style>
background-color css
<style>
a { background-color: #5ADAFC; }
a { background-color: rgb(90,218,252); }
div.DivClassName
{
background-color: #5ADAFC;
}
.BgClassName
{
background-color: #5ADAFC;
}
</style>
border-color css
<style>
span { border-color: #5ADAFC; }
span { border-color: rgb(90,218,252); }
td.TdClassName
{
border-color: #5ADAFC;
}
.TagClassName
{
border-color: #5ADAFC;
}
</style>