Shades of Turquoise Blue #5AD5FE
Tints of Turquoise Blue #5AD5FE
RGB
CMYK
RGB Variations
Color information
#5AD5FE (or 0x5AD5FE) is known color: Turquoise Blue. HEX triplet: 5A, D5 and FE. RGB value is (90,213,254). Sum of RGB (Red+Green+Blue) = 90+213+254=557 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.16% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AD5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD5FE is #A52A01. Grayscale: #B4B4B4. Windows color (decimal): -10824194 or 16700762. OLE color: 16700762.
HSL color Cylindrical-coordinate representation of color #5AD5FE: hue angle of 195º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AD5FE is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 213 | 254 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.00 |
| HSL | 195º | 0.99% | 0.67% | - |
| HSV(B) | 195º | 0.65% | 1% | - |
| XYZ | 45.9 | 56.92 | 102.33 | - |
| YUV | 180.9 | 169.25 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 254 | 0.65 | 0.16 | 0 | 0.00 | 195 | 0.99 | 0.67 |
| Hex | 5A | D5 | FE | 41 | 10 | 0 | 0 | C3 | 63 | 43 |
| Octal | 132 | 325 | 376 | 101 | 20 | 0 | 0 | 303 | 143 | 103 |
| Binary | 1011010 | 11010101 | 11111110 | 1000001 | 10000 | 0 | 0 | 11000011 | 1100011 | 1000011 |
Color Harmonies of #5AD5FE
Complementary color
Monochromatic Colors of #5AD5FE
Black with #5AD5FE
Text Example
Text Example
White with #5AD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD5FE; }
p { color: rgb(90,213,254); }
H1.HeaderClassName
{
color: #5AD5FE;
}
.AnyTagClassName
{
color: #5AD5FE;
}
</style>
background-color css
<style>
a { background-color: #5AD5FE; }
a { background-color: rgb(90,213,254); }
div.DivClassName
{
background-color: #5AD5FE;
}
.BgClassName
{
background-color: #5AD5FE;
}
</style>
border-color css
<style>
span { border-color: #5AD5FE; }
span { border-color: rgb(90,213,254); }
td.TdClassName
{
border-color: #5AD5FE;
}
.TagClassName
{
border-color: #5AD5FE;
}
</style>