Shades of Turquoise Blue #5ADDFE
Tints of Turquoise Blue #5ADDFE
RGB
CMYK
RGB Variations
Color information
#5ADDFE (or 0x5ADDFE) is known color: Turquoise Blue. HEX triplet: 5A, DD and FE. RGB value is (90,221,254). Sum of RGB (Red+Green+Blue) = 90+221+254=565 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.93% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ADDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDFE is #A52201. Grayscale: #B9B9B9. Windows color (decimal): -10822146 or 16702810. OLE color: 16702810.
HSL color Cylindrical-coordinate representation of color #5ADDFE: hue angle of 192.07º 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 #5ADDFE is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 221 | 254 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.00 |
| HSL | 192.07º | 0.99% | 0.67% | - |
| HSV(B) | 192.07º | 0.65% | 1% | - |
| XYZ | 47.96 | 61.04 | 103.02 | - |
| YUV | 185.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 254 | 0.65 | 0.13 | 0 | 0.00 | 192.07 | 0.99 | 0.67 |
| Hex | 5A | DD | FE | 41 | D | 0 | 0 | C0 | 63 | 43 |
| Octal | 132 | 335 | 376 | 101 | 15 | 0 | 0 | 300 | 143 | 103 |
| Binary | 1011010 | 11011101 | 11111110 | 1000001 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000011 |
Color Harmonies of #5ADDFE
Complementary color
Monochromatic Colors of #5ADDFE
Black with #5ADDFE
Text Example
Text Example
White with #5ADDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDFE; }
p { color: rgb(90,221,254); }
H1.HeaderClassName
{
color: #5ADDFE;
}
.AnyTagClassName
{
color: #5ADDFE;
}
</style>
background-color css
<style>
a { background-color: #5ADDFE; }
a { background-color: rgb(90,221,254); }
div.DivClassName
{
background-color: #5ADDFE;
}
.BgClassName
{
background-color: #5ADDFE;
}
</style>
border-color css
<style>
span { border-color: #5ADDFE; }
span { border-color: rgb(90,221,254); }
td.TdClassName
{
border-color: #5ADDFE;
}
.TagClassName
{
border-color: #5ADDFE;
}
</style>