Shades of Turquoise Blue #5ADFF7
Tints of Turquoise Blue #5ADFF7
RGB
CMYK
RGB Variations
Color information
#5ADFF7 (or 0x5ADFF7) is known color: Turquoise Blue. HEX triplet: 5A, DF and F7. RGB value is (90,223,247). Sum of RGB (Red+Green+Blue) = 90+223+247=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #5ADFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADFF7 is #A52008. Grayscale: #B9B9B9. Windows color (decimal): -10821641 or 16244570. OLE color: 16244570.
HSL color Cylindrical-coordinate representation of color #5ADFF7: hue angle of 189.17º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ADFF7 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 223 | 247 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.03 |
| HSL | 189.17º | 0.91% | 0.66% | - |
| HSV(B) | 189.17º | 0.64% | 0.97% | - |
| XYZ | 47.39 | 61.66 | 97.4 | - |
| YUV | 185.97 | 162.44 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 247 | 0.64 | 0.10 | 0 | 0.03 | 189.17 | 0.91 | 0.66 |
| Hex | 5A | DF | F7 | 40 | A | 0 | 3 | BD | 5B | 42 |
| Octal | 132 | 337 | 367 | 100 | 12 | 0 | 3 | 275 | 133 | 102 |
| Binary | 1011010 | 11011111 | 11110111 | 1000000 | 1010 | 0 | 11 | 10111101 | 1011011 | 1000010 |
Color Harmonies of #5ADFF7
Complementary color
Monochromatic Colors of #5ADFF7
Black with #5ADFF7
Text Example
Text Example
White with #5ADFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFF7; }
p { color: rgb(90,223,247); }
H1.HeaderClassName
{
color: #5ADFF7;
}
.AnyTagClassName
{
color: #5ADFF7;
}
</style>
background-color css
<style>
a { background-color: #5ADFF7; }
a { background-color: rgb(90,223,247); }
div.DivClassName
{
background-color: #5ADFF7;
}
.BgClassName
{
background-color: #5ADFF7;
}
</style>
border-color css
<style>
span { border-color: #5ADFF7; }
span { border-color: rgb(90,223,247); }
td.TdClassName
{
border-color: #5ADFF7;
}
.TagClassName
{
border-color: #5ADFF7;
}
</style>