Shades of Turquoise Blue #5ADBFD
Tints of Turquoise Blue #5ADBFD
RGB
CMYK
RGB Variations
Color information
#5ADBFD (or 0x5ADBFD) is known color: Turquoise Blue. HEX triplet: 5A, DB and FD. RGB value is (90,219,253). Sum of RGB (Red+Green+Blue) = 90+219+253=562 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.01% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ADBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBFD is #A52402. Grayscale: #B8B8B8. Windows color (decimal): -10822659 or 16636762. OLE color: 16636762.
HSL color Cylindrical-coordinate representation of color #5ADBFD: hue angle of 192.52º degrees, saturation: 0.98, 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 #5ADBFD is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 219 | 253 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.01 |
| HSL | 192.52º | 0.98% | 0.67% | - |
| HSV(B) | 192.52º | 0.64% | 0.99% | - |
| XYZ | 47.28 | 59.93 | 102 | - |
| YUV | 184.31 | 166.76 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 253 | 0.64 | 0.13 | 0 | 0.01 | 192.52 | 0.98 | 0.67 |
| Hex | 5A | DB | FD | 40 | D | 0 | 1 | C1 | 62 | 43 |
| Octal | 132 | 333 | 375 | 100 | 15 | 0 | 1 | 301 | 142 | 103 |
| Binary | 1011010 | 11011011 | 11111101 | 1000000 | 1101 | 0 | 1 | 11000001 | 1100010 | 1000011 |
Color Harmonies of #5ADBFD
Complementary color
Monochromatic Colors of #5ADBFD
Black with #5ADBFD
Text Example
Text Example
White with #5ADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBFD; }
p { color: rgb(90,219,253); }
H1.HeaderClassName
{
color: #5ADBFD;
}
.AnyTagClassName
{
color: #5ADBFD;
}
</style>
background-color css
<style>
a { background-color: #5ADBFD; }
a { background-color: rgb(90,219,253); }
div.DivClassName
{
background-color: #5ADBFD;
}
.BgClassName
{
background-color: #5ADBFD;
}
</style>
border-color css
<style>
span { border-color: #5ADBFD; }
span { border-color: rgb(90,219,253); }
td.TdClassName
{
border-color: #5ADBFD;
}
.TagClassName
{
border-color: #5ADBFD;
}
</style>