Shades of Turquoise Blue #5ADBFB
Tints of Turquoise Blue #5ADBFB
RGB
CMYK
RGB Variations
Color information
#5ADBFB (or 0x5ADBFB) is known color: Turquoise Blue. HEX triplet: 5A, DB and FB. RGB value is (90,219,251). Sum of RGB (Red+Green+Blue) = 90+219+251=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ADBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBFB is #A52404. Grayscale: #B7B7B7. Windows color (decimal): -10822661 or 16505690. OLE color: 16505690.
HSL color Cylindrical-coordinate representation of color #5ADBFB: hue angle of 191.93º 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 #5ADBFB is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 219 | 251 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.02 |
| HSL | 191.93º | 0.95% | 0.67% | - |
| HSV(B) | 191.93º | 0.64% | 0.98% | - |
| XYZ | 46.96 | 59.8 | 100.33 | - |
| YUV | 184.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 251 | 0.64 | 0.13 | 0 | 0.02 | 191.93 | 0.95 | 0.67 |
| Hex | 5A | DB | FB | 40 | D | 0 | 2 | C0 | 5F | 43 |
| Octal | 132 | 333 | 373 | 100 | 15 | 0 | 2 | 300 | 137 | 103 |
| Binary | 1011010 | 11011011 | 11111011 | 1000000 | 1101 | 0 | 10 | 11000000 | 1011111 | 1000011 |
Color Harmonies of #5ADBFB
Complementary color
Monochromatic Colors of #5ADBFB
Black with #5ADBFB
Text Example
Text Example
White with #5ADBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBFB; }
p { color: rgb(90,219,251); }
H1.HeaderClassName
{
color: #5ADBFB;
}
.AnyTagClassName
{
color: #5ADBFB;
}
</style>
background-color css
<style>
a { background-color: #5ADBFB; }
a { background-color: rgb(90,219,251); }
div.DivClassName
{
background-color: #5ADBFB;
}
.BgClassName
{
background-color: #5ADBFB;
}
</style>
border-color css
<style>
span { border-color: #5ADBFB; }
span { border-color: rgb(90,219,251); }
td.TdClassName
{
border-color: #5ADBFB;
}
.TagClassName
{
border-color: #5ADBFB;
}
</style>