Shades of Turquoise Blue #5ADEF3
Tints of Turquoise Blue #5ADEF3
RGB
CMYK
RGB Variations
Color information
#5ADEF3 (or 0x5ADEF3) is known color: Turquoise Blue. HEX triplet: 5A, DE and F3. RGB value is (90,222,243). Sum of RGB (Red+Green+Blue) = 90+222+243=555 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.22% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #5ADEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEF3 is #A5210C. Grayscale: #B8B8B8. Windows color (decimal): -10821901 or 15982170. OLE color: 15982170.
HSL color Cylindrical-coordinate representation of color #5ADEF3: hue angle of 188.24º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ADEF3 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 222 | 243 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.05 |
| HSL | 188.24º | 0.86% | 0.65% | - |
| HSV(B) | 188.24º | 0.63% | 0.95% | - |
| XYZ | 46.52 | 60.89 | 94.09 | - |
| YUV | 184.93 | 160.77 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 243 | 0.63 | 0.09 | 0 | 0.05 | 188.24 | 0.86 | 0.65 |
| Hex | 5A | DE | F3 | 3F | 9 | 0 | 5 | BC | 56 | 41 |
| Octal | 132 | 336 | 363 | 77 | 11 | 0 | 5 | 274 | 126 | 101 |
| Binary | 1011010 | 11011110 | 11110011 | 111111 | 1001 | 0 | 101 | 10111100 | 1010110 | 1000001 |
Color Harmonies of #5ADEF3
Complementary color
Monochromatic Colors of #5ADEF3
Black with #5ADEF3
Text Example
Text Example
White with #5ADEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEF3; }
p { color: rgb(90,222,243); }
H1.HeaderClassName
{
color: #5ADEF3;
}
.AnyTagClassName
{
color: #5ADEF3;
}
</style>
background-color css
<style>
a { background-color: #5ADEF3; }
a { background-color: rgb(90,222,243); }
div.DivClassName
{
background-color: #5ADEF3;
}
.BgClassName
{
background-color: #5ADEF3;
}
</style>
border-color css
<style>
span { border-color: #5ADEF3; }
span { border-color: rgb(90,222,243); }
td.TdClassName
{
border-color: #5ADEF3;
}
.TagClassName
{
border-color: #5ADEF3;
}
</style>