Shades of Turquoise Blue #5ADAF1
Tints of Turquoise Blue #5ADAF1
RGB
CMYK
RGB Variations
Color information
#5ADAF1 (or 0x5ADAF1) is known color: Turquoise Blue. HEX triplet: 5A, DA and F1. RGB value is (90,218,241). Sum of RGB (Red+Green+Blue) = 90+218+241=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ADAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADAF1 is #A5250E. Grayscale: #B6B6B6. Windows color (decimal): -10822927 or 15850074. OLE color: 15850074.
HSL color Cylindrical-coordinate representation of color #5ADAF1: hue angle of 189.14º degrees, saturation: 0.84, 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 #5ADAF1 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 218 | 241 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.05 |
| HSL | 189.14º | 0.84% | 0.65% | - |
| HSV(B) | 189.14º | 0.63% | 0.95% | - |
| XYZ | 45.17 | 58.67 | 92.16 | - |
| YUV | 182.35 | 161.09 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 241 | 0.63 | 0.10 | 0 | 0.05 | 189.14 | 0.84 | 0.65 |
| Hex | 5A | DA | F1 | 3F | A | 0 | 5 | BD | 54 | 41 |
| Octal | 132 | 332 | 361 | 77 | 12 | 0 | 5 | 275 | 124 | 101 |
| Binary | 1011010 | 11011010 | 11110001 | 111111 | 1010 | 0 | 101 | 10111101 | 1010100 | 1000001 |
Color Harmonies of #5ADAF1
Complementary color
Monochromatic Colors of #5ADAF1
Black with #5ADAF1
Text Example
Text Example
White with #5ADAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAF1; }
p { color: rgb(90,218,241); }
H1.HeaderClassName
{
color: #5ADAF1;
}
.AnyTagClassName
{
color: #5ADAF1;
}
</style>
background-color css
<style>
a { background-color: #5ADAF1; }
a { background-color: rgb(90,218,241); }
div.DivClassName
{
background-color: #5ADAF1;
}
.BgClassName
{
background-color: #5ADAF1;
}
</style>
border-color css
<style>
span { border-color: #5ADAF1; }
span { border-color: rgb(90,218,241); }
td.TdClassName
{
border-color: #5ADAF1;
}
.TagClassName
{
border-color: #5ADAF1;
}
</style>