Shades of Turquoise Blue #5ADEFF
Tints of Turquoise Blue #5ADEFF
RGB
CMYK
RGB Variations
Color information
#5ADEFF (or 0x5ADEFF) is known color: Turquoise Blue. HEX triplet: 5A, DE and FF. RGB value is (90,222,255). Sum of RGB (Red+Green+Blue) = 90+222+255=567 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.87% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ADEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEFF is #A52100. Grayscale: #BABABA. Windows color (decimal): -10821889 or 16768602. OLE color: 16768602.
HSL color Cylindrical-coordinate representation of color #5ADEFF: hue angle of 192º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ADEFF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 222 | 255 | - |
| CMYK | 0.65 | 0.13 | 0 | 0 |
| HSL | 192º | 1% | 0.68% | - |
| HSV(B) | 192º | 0.65% | 1% | - |
| XYZ | 48.39 | 61.64 | 103.95 | - |
| YUV | 186.29 | 166.77 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 255 | 0.65 | 0.13 | 0 | 0 | 192 | 1 | 0.68 |
| Hex | 5A | DE | FF | 41 | D | 0 | 0 | C0 | 64 | 44 |
| Octal | 132 | 336 | 377 | 101 | 15 | 0 | 0 | 300 | 144 | 104 |
| Binary | 1011010 | 11011110 | 11111111 | 1000001 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000100 |
Color Harmonies of #5ADEFF
Complementary color
Monochromatic Colors of #5ADEFF
Black with #5ADEFF
Text Example
Text Example
White with #5ADEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEFF; }
p { color: rgb(90,222,255); }
H1.HeaderClassName
{
color: #5ADEFF;
}
.AnyTagClassName
{
color: #5ADEFF;
}
</style>
background-color css
<style>
a { background-color: #5ADEFF; }
a { background-color: rgb(90,222,255); }
div.DivClassName
{
background-color: #5ADEFF;
}
.BgClassName
{
background-color: #5ADEFF;
}
</style>
border-color css
<style>
span { border-color: #5ADEFF; }
span { border-color: rgb(90,222,255); }
td.TdClassName
{
border-color: #5ADEFF;
}
.TagClassName
{
border-color: #5ADEFF;
}
</style>