Shades of Turquoise Blue #5ADAF2
Tints of Turquoise Blue #5ADAF2
RGB
CMYK
RGB Variations
Color information
#5ADAF2 (or 0x5ADAF2) is known color: Turquoise Blue. HEX triplet: 5A, DA and F2. RGB value is (90,218,242). Sum of RGB (Red+Green+Blue) = 90+218+242=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ADAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADAF2 is #A5250D. Grayscale: #B6B6B6. Windows color (decimal): -10822926 or 15915610. OLE color: 15915610.
HSL color Cylindrical-coordinate representation of color #5ADAF2: hue angle of 189.47º degrees, saturation: 0.85, 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 #5ADAF2 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 218 | 242 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.05 |
| HSL | 189.47º | 0.85% | 0.65% | - |
| HSV(B) | 189.47º | 0.63% | 0.95% | - |
| XYZ | 45.31 | 58.73 | 92.95 | - |
| YUV | 182.46 | 161.59 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 242 | 0.63 | 0.10 | 0 | 0.05 | 189.47 | 0.85 | 0.65 |
| Hex | 5A | DA | F2 | 3F | A | 0 | 5 | BD | 55 | 41 |
| Octal | 132 | 332 | 362 | 77 | 12 | 0 | 5 | 275 | 125 | 101 |
| Binary | 1011010 | 11011010 | 11110010 | 111111 | 1010 | 0 | 101 | 10111101 | 1010101 | 1000001 |
Color Harmonies of #5ADAF2
Complementary color
Monochromatic Colors of #5ADAF2
Black with #5ADAF2
Text Example
Text Example
White with #5ADAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADAF2; }
p { color: rgb(90,218,242); }
H1.HeaderClassName
{
color: #5ADAF2;
}
.AnyTagClassName
{
color: #5ADAF2;
}
</style>
background-color css
<style>
a { background-color: #5ADAF2; }
a { background-color: rgb(90,218,242); }
div.DivClassName
{
background-color: #5ADAF2;
}
.BgClassName
{
background-color: #5ADAF2;
}
</style>
border-color css
<style>
span { border-color: #5ADAF2; }
span { border-color: rgb(90,218,242); }
td.TdClassName
{
border-color: #5ADAF2;
}
.TagClassName
{
border-color: #5ADAF2;
}
</style>