Shades of Turquoise Blue #5ADEF4
Tints of Turquoise Blue #5ADEF4
RGB
CMYK
RGB Variations
Color information
#5ADEF4 (or 0x5ADEF4) is known color: Turquoise Blue. HEX triplet: 5A, DE and F4. RGB value is (90,222,244). Sum of RGB (Red+Green+Blue) = 90+222+244=556 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.19% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #5ADEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEF4 is #A5210B. Grayscale: #B8B8B8. Windows color (decimal): -10821900 or 16047706. OLE color: 16047706.
HSL color Cylindrical-coordinate representation of color #5ADEF4: hue angle of 188.57º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ADEF4 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 222 | 244 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.04 |
| HSL | 188.57º | 0.88% | 0.65% | - |
| HSV(B) | 188.57º | 0.63% | 0.96% | - |
| XYZ | 46.67 | 60.95 | 94.89 | - |
| YUV | 185.04 | 161.27 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 244 | 0.63 | 0.09 | 0 | 0.04 | 188.57 | 0.88 | 0.65 |
| Hex | 5A | DE | F4 | 3F | 9 | 0 | 4 | BD | 58 | 41 |
| Octal | 132 | 336 | 364 | 77 | 11 | 0 | 4 | 275 | 130 | 101 |
| Binary | 1011010 | 11011110 | 11110100 | 111111 | 1001 | 0 | 100 | 10111101 | 1011000 | 1000001 |
Color Harmonies of #5ADEF4
Complementary color
Monochromatic Colors of #5ADEF4
Black with #5ADEF4
Text Example
Text Example
White with #5ADEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEF4; }
p { color: rgb(90,222,244); }
H1.HeaderClassName
{
color: #5ADEF4;
}
.AnyTagClassName
{
color: #5ADEF4;
}
</style>
background-color css
<style>
a { background-color: #5ADEF4; }
a { background-color: rgb(90,222,244); }
div.DivClassName
{
background-color: #5ADEF4;
}
.BgClassName
{
background-color: #5ADEF4;
}
</style>
border-color css
<style>
span { border-color: #5ADEF4; }
span { border-color: rgb(90,222,244); }
td.TdClassName
{
border-color: #5ADEF4;
}
.TagClassName
{
border-color: #5ADEF4;
}
</style>