Shades of Turquoise Blue #5ADCFD
Tints of Turquoise Blue #5ADCFD
RGB
CMYK
RGB Variations
Color information
#5ADCFD (or 0x5ADCFD) is known color: Turquoise Blue. HEX triplet: 5A, DC and FD. RGB value is (90,220,253). Sum of RGB (Red+Green+Blue) = 90+220+253=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ADCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCFD is #A52302. Grayscale: #B8B8B8. Windows color (decimal): -10822403 or 16637018. OLE color: 16637018.
HSL color Cylindrical-coordinate representation of color #5ADCFD: hue angle of 192.15º 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 #5ADCFD is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 220 | 253 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.01 |
| HSL | 192.15º | 0.98% | 0.67% | - |
| HSV(B) | 192.15º | 0.64% | 0.99% | - |
| XYZ | 47.54 | 60.45 | 102.09 | - |
| YUV | 184.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 253 | 0.64 | 0.13 | 0 | 0.01 | 192.15 | 0.98 | 0.67 |
| Hex | 5A | DC | FD | 40 | D | 0 | 1 | C0 | 62 | 43 |
| Octal | 132 | 334 | 375 | 100 | 15 | 0 | 1 | 300 | 142 | 103 |
| Binary | 1011010 | 11011100 | 11111101 | 1000000 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000011 |
Color Harmonies of #5ADCFD
Complementary color
Monochromatic Colors of #5ADCFD
Black with #5ADCFD
Text Example
Text Example
White with #5ADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCFD; }
p { color: rgb(90,220,253); }
H1.HeaderClassName
{
color: #5ADCFD;
}
.AnyTagClassName
{
color: #5ADCFD;
}
</style>
background-color css
<style>
a { background-color: #5ADCFD; }
a { background-color: rgb(90,220,253); }
div.DivClassName
{
background-color: #5ADCFD;
}
.BgClassName
{
background-color: #5ADCFD;
}
</style>
border-color css
<style>
span { border-color: #5ADCFD; }
span { border-color: rgb(90,220,253); }
td.TdClassName
{
border-color: #5ADCFD;
}
.TagClassName
{
border-color: #5ADCFD;
}
</style>