Shades of Turquoise Blue #5ADFED
Tints of Turquoise Blue #5ADFED
RGB
CMYK
RGB Variations
Color information
#5ADFED (or 0x5ADFED) is known color: Turquoise Blue. HEX triplet: 5A, DF and ED. RGB value is (90,223,237). Sum of RGB (Red+Green+Blue) = 90+223+237=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #5ADFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADFED is #A52012. Grayscale: #B8B8B8. Windows color (decimal): -10821651 or 15589210. OLE color: 15589210.
HSL color Cylindrical-coordinate representation of color #5ADFED: hue angle of 185.71º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ADFED is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 223 | 237 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.07 |
| HSL | 185.71º | 0.8% | 0.64% | - |
| HSV(B) | 185.71º | 0.62% | 0.93% | - |
| XYZ | 45.89 | 61.06 | 89.49 | - |
| YUV | 184.83 | 157.44 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 237 | 0.62 | 0.06 | 0 | 0.07 | 185.71 | 0.8 | 0.64 |
| Hex | 5A | DF | ED | 3E | 6 | 0 | 7 | BA | 50 | 40 |
| Octal | 132 | 337 | 355 | 76 | 6 | 0 | 7 | 272 | 120 | 100 |
| Binary | 1011010 | 11011111 | 11101101 | 111110 | 110 | 0 | 111 | 10111010 | 1010000 | 1000000 |
Color Harmonies of #5ADFED
Complementary color
Monochromatic Colors of #5ADFED
Black with #5ADFED
Text Example
Text Example
White with #5ADFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFED; }
p { color: rgb(90,223,237); }
H1.HeaderClassName
{
color: #5ADFED;
}
.AnyTagClassName
{
color: #5ADFED;
}
</style>
background-color css
<style>
a { background-color: #5ADFED; }
a { background-color: rgb(90,223,237); }
div.DivClassName
{
background-color: #5ADFED;
}
.BgClassName
{
background-color: #5ADFED;
}
</style>
border-color css
<style>
span { border-color: #5ADFED; }
span { border-color: rgb(90,223,237); }
td.TdClassName
{
border-color: #5ADFED;
}
.TagClassName
{
border-color: #5ADFED;
}
</style>