Shades of Turquoise Blue #5ADEF2
Tints of Turquoise Blue #5ADEF2
RGB
CMYK
RGB Variations
Color information
#5ADEF2 (or 0x5ADEF2) is known color: Turquoise Blue. HEX triplet: 5A, DE and F2. RGB value is (90,222,242). Sum of RGB (Red+Green+Blue) = 90+222+242=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ADEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEF2 is #A5210D. Grayscale: #B8B8B8. Windows color (decimal): -10821902 or 15916634. OLE color: 15916634.
HSL color Cylindrical-coordinate representation of color #5ADEF2: hue angle of 187.89º 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 #5ADEF2 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 222 | 242 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.05 |
| HSL | 187.89º | 0.85% | 0.65% | - |
| HSV(B) | 187.89º | 0.63% | 0.95% | - |
| XYZ | 46.36 | 60.83 | 93.3 | - |
| YUV | 184.81 | 160.27 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 242 | 0.63 | 0.08 | 0 | 0.05 | 187.89 | 0.85 | 0.65 |
| Hex | 5A | DE | F2 | 3F | 8 | 0 | 5 | BC | 55 | 41 |
| Octal | 132 | 336 | 362 | 77 | 10 | 0 | 5 | 274 | 125 | 101 |
| Binary | 1011010 | 11011110 | 11110010 | 111111 | 1000 | 0 | 101 | 10111100 | 1010101 | 1000001 |
Color Harmonies of #5ADEF2
Complementary color
Monochromatic Colors of #5ADEF2
Black with #5ADEF2
Text Example
Text Example
White with #5ADEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEF2; }
p { color: rgb(90,222,242); }
H1.HeaderClassName
{
color: #5ADEF2;
}
.AnyTagClassName
{
color: #5ADEF2;
}
</style>
background-color css
<style>
a { background-color: #5ADEF2; }
a { background-color: rgb(90,222,242); }
div.DivClassName
{
background-color: #5ADEF2;
}
.BgClassName
{
background-color: #5ADEF2;
}
</style>
border-color css
<style>
span { border-color: #5ADEF2; }
span { border-color: rgb(90,222,242); }
td.TdClassName
{
border-color: #5ADEF2;
}
.TagClassName
{
border-color: #5ADEF2;
}
</style>