Shades of Turquoise Blue #5ADDFF
Tints of Turquoise Blue #5ADDFF
RGB
CMYK
RGB Variations
Color information
#5ADDFF (or 0x5ADDFF) is known color: Turquoise Blue. HEX triplet: 5A, DD and FF. RGB value is (90,221,255). Sum of RGB (Red+Green+Blue) = 90+221+255=566 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.90% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ADDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDFF is #A52200. Grayscale: #B9B9B9. Windows color (decimal): -10822145 or 16768346. OLE color: 16768346.
HSL color Cylindrical-coordinate representation of color #5ADDFF: hue angle of 192.36º 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 #5ADDFF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 221 | 255 | - |
| CMYK | 0.65 | 0.13 | 0 | 0 |
| HSL | 192.36º | 1% | 0.68% | - |
| HSV(B) | 192.36º | 0.65% | 1% | - |
| XYZ | 48.12 | 61.11 | 103.87 | - |
| YUV | 185.71 | 167.1 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 255 | 0.65 | 0.13 | 0 | 0 | 192.36 | 1 | 0.68 |
| Hex | 5A | DD | FF | 41 | D | 0 | 0 | C0 | 64 | 44 |
| Octal | 132 | 335 | 377 | 101 | 15 | 0 | 0 | 300 | 144 | 104 |
| Binary | 1011010 | 11011101 | 11111111 | 1000001 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000100 |
Color Harmonies of #5ADDFF
Complementary color
Monochromatic Colors of #5ADDFF
Black with #5ADDFF
Text Example
Text Example
White with #5ADDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDFF; }
p { color: rgb(90,221,255); }
H1.HeaderClassName
{
color: #5ADDFF;
}
.AnyTagClassName
{
color: #5ADDFF;
}
</style>
background-color css
<style>
a { background-color: #5ADDFF; }
a { background-color: rgb(90,221,255); }
div.DivClassName
{
background-color: #5ADDFF;
}
.BgClassName
{
background-color: #5ADDFF;
}
</style>
border-color css
<style>
span { border-color: #5ADDFF; }
span { border-color: rgb(90,221,255); }
td.TdClassName
{
border-color: #5ADDFF;
}
.TagClassName
{
border-color: #5ADDFF;
}
</style>