Shades of Turquoise Blue #5ADAFB
Tints of Turquoise Blue #5ADAFB
RGB
CMYK
RGB Variations
Color information
#5ADAFB (or 0x5ADAFB) is known color: Turquoise Blue. HEX triplet: 5A, DA and FB. RGB value is (90,218,251). Sum of RGB (Red+Green+Blue) = 90+218+251=559 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.10% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ADAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADAFB is #A52504. Grayscale: #B7B7B7. Windows color (decimal): -10822917 or 16505434. OLE color: 16505434.
HSL color Cylindrical-coordinate representation of color #5ADAFB: hue angle of 192.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ADAFB is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 218 | 251 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.02 |
| HSL | 192.3º | 0.95% | 0.67% | - |
| HSV(B) | 192.3º | 0.64% | 0.98% | - |
| XYZ | 46.7 | 59.28 | 100.25 | - |
| YUV | 183.49 | 166.09 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 251 | 0.64 | 0.13 | 0 | 0.02 | 192.3 | 0.95 | 0.67 |
| Hex | 5A | DA | FB | 40 | D | 0 | 2 | C0 | 5F | 43 |
| Octal | 132 | 332 | 373 | 100 | 15 | 0 | 2 | 300 | 137 | 103 |
| Binary | 1011010 | 11011010 | 11111011 | 1000000 | 1101 | 0 | 10 | 11000000 | 1011111 | 1000011 |
Color Harmonies of #5ADAFB
Complementary color
Monochromatic Colors of #5ADAFB
Black with #5ADAFB
Text Example
Text Example
White with #5ADAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAFB; }
p { color: rgb(90,218,251); }
H1.HeaderClassName
{
color: #5ADAFB;
}
.AnyTagClassName
{
color: #5ADAFB;
}
</style>
background-color css
<style>
a { background-color: #5ADAFB; }
a { background-color: rgb(90,218,251); }
div.DivClassName
{
background-color: #5ADAFB;
}
.BgClassName
{
background-color: #5ADAFB;
}
</style>
border-color css
<style>
span { border-color: #5ADAFB; }
span { border-color: rgb(90,218,251); }
td.TdClassName
{
border-color: #5ADAFB;
}
.TagClassName
{
border-color: #5ADAFB;
}
</style>