Shades of Turquoise Blue #5ADFEF
Tints of Turquoise Blue #5ADFEF
RGB
CMYK
RGB Variations
Color information
#5ADFEF (or 0x5ADFEF) is known color: Turquoise Blue. HEX triplet: 5A, DF and EF. RGB value is (90,223,239). Sum of RGB (Red+Green+Blue) = 90+223+239=552 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.30% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ADFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADFEF is #A52010. Grayscale: #B8B8B8. Windows color (decimal): -10821649 or 15720282. OLE color: 15720282.
HSL color Cylindrical-coordinate representation of color #5ADFEF: hue angle of 186.44º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ADFEF is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 223 | 239 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.06 |
| HSL | 186.44º | 0.82% | 0.65% | - |
| HSV(B) | 186.44º | 0.62% | 0.94% | - |
| XYZ | 46.18 | 61.18 | 91.04 | - |
| YUV | 185.06 | 158.44 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 239 | 0.62 | 0.07 | 0 | 0.06 | 186.44 | 0.82 | 0.65 |
| Hex | 5A | DF | EF | 3E | 7 | 0 | 6 | BA | 52 | 41 |
| Octal | 132 | 337 | 357 | 76 | 7 | 0 | 6 | 272 | 122 | 101 |
| Binary | 1011010 | 11011111 | 11101111 | 111110 | 111 | 0 | 110 | 10111010 | 1010010 | 1000001 |
Color Harmonies of #5ADFEF
Complementary color
Monochromatic Colors of #5ADFEF
Black with #5ADFEF
Text Example
Text Example
White with #5ADFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFEF; }
p { color: rgb(90,223,239); }
H1.HeaderClassName
{
color: #5ADFEF;
}
.AnyTagClassName
{
color: #5ADFEF;
}
</style>
background-color css
<style>
a { background-color: #5ADFEF; }
a { background-color: rgb(90,223,239); }
div.DivClassName
{
background-color: #5ADFEF;
}
.BgClassName
{
background-color: #5ADFEF;
}
</style>
border-color css
<style>
span { border-color: #5ADFEF; }
span { border-color: rgb(90,223,239); }
td.TdClassName
{
border-color: #5ADFEF;
}
.TagClassName
{
border-color: #5ADFEF;
}
</style>