Shades of Turquoise Blue #5ADBFC
Tints of Turquoise Blue #5ADBFC
RGB
CMYK
RGB Variations
Color information
#5ADBFC (or 0x5ADBFC) is known color: Turquoise Blue. HEX triplet: 5A, DB and FC. RGB value is (90,219,252). Sum of RGB (Red+Green+Blue) = 90+219+252=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ADBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBFC is #A52403. Grayscale: #B7B7B7. Windows color (decimal): -10822660 or 16571226. OLE color: 16571226.
HSL color Cylindrical-coordinate representation of color #5ADBFC: hue angle of 192.22º 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 #5ADBFC is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 219 | 252 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.01 |
| HSL | 192.22º | 0.96% | 0.67% | - |
| HSV(B) | 192.22º | 0.64% | 0.99% | - |
| XYZ | 47.12 | 59.86 | 101.17 | - |
| YUV | 184.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 252 | 0.64 | 0.13 | 0 | 0.01 | 192.22 | 0.96 | 0.67 |
| Hex | 5A | DB | FC | 40 | D | 0 | 1 | C0 | 60 | 43 |
| Octal | 132 | 333 | 374 | 100 | 15 | 0 | 1 | 300 | 140 | 103 |
| Binary | 1011010 | 11011011 | 11111100 | 1000000 | 1101 | 0 | 1 | 11000000 | 1100000 | 1000011 |
Color Harmonies of #5ADBFC
Complementary color
Monochromatic Colors of #5ADBFC
Black with #5ADBFC
Text Example
Text Example
White with #5ADBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBFC; }
p { color: rgb(90,219,252); }
H1.HeaderClassName
{
color: #5ADBFC;
}
.AnyTagClassName
{
color: #5ADBFC;
}
</style>
background-color css
<style>
a { background-color: #5ADBFC; }
a { background-color: rgb(90,219,252); }
div.DivClassName
{
background-color: #5ADBFC;
}
.BgClassName
{
background-color: #5ADBFC;
}
</style>
border-color css
<style>
span { border-color: #5ADBFC; }
span { border-color: rgb(90,219,252); }
td.TdClassName
{
border-color: #5ADBFC;
}
.TagClassName
{
border-color: #5ADBFC;
}
</style>