Shades of Turquoise Blue #5ADBFE
Tints of Turquoise Blue #5ADBFE
RGB
CMYK
RGB Variations
Color information
#5ADBFE (or 0x5ADBFE) is known color: Turquoise Blue. HEX triplet: 5A, DB and FE. RGB value is (90,219,254). Sum of RGB (Red+Green+Blue) = 90+219+254=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ADBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBFE is #A52401. Grayscale: #B8B8B8. Windows color (decimal): -10822658 or 16702298. OLE color: 16702298.
HSL color Cylindrical-coordinate representation of color #5ADBFE: hue angle of 192.8º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ADBFE is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 219 | 254 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.00 |
| HSL | 192.8º | 0.99% | 0.67% | - |
| HSV(B) | 192.8º | 0.65% | 1% | - |
| XYZ | 47.44 | 59.99 | 102.85 | - |
| YUV | 184.42 | 167.26 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 254 | 0.65 | 0.14 | 0 | 0.00 | 192.8 | 0.99 | 0.67 |
| Hex | 5A | DB | FE | 41 | E | 0 | 0 | C1 | 63 | 43 |
| Octal | 132 | 333 | 376 | 101 | 16 | 0 | 0 | 301 | 143 | 103 |
| Binary | 1011010 | 11011011 | 11111110 | 1000001 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000011 |
Color Harmonies of #5ADBFE
Complementary color
Monochromatic Colors of #5ADBFE
Black with #5ADBFE
Text Example
Text Example
White with #5ADBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBFE; }
p { color: rgb(90,219,254); }
H1.HeaderClassName
{
color: #5ADBFE;
}
.AnyTagClassName
{
color: #5ADBFE;
}
</style>
background-color css
<style>
a { background-color: #5ADBFE; }
a { background-color: rgb(90,219,254); }
div.DivClassName
{
background-color: #5ADBFE;
}
.BgClassName
{
background-color: #5ADBFE;
}
</style>
border-color css
<style>
span { border-color: #5ADBFE; }
span { border-color: rgb(90,219,254); }
td.TdClassName
{
border-color: #5ADBFE;
}
.TagClassName
{
border-color: #5ADBFE;
}
</style>