Shades of Turquoise Blue #5ADCEF
Tints of Turquoise Blue #5ADCEF
RGB
CMYK
RGB Variations
Color information
#5ADCEF (or 0x5ADCEF) is known color: Turquoise Blue. HEX triplet: 5A, DC and EF. RGB value is (90,220,239). Sum of RGB (Red+Green+Blue) = 90+220+239=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #5ADCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCEF is #A52310. Grayscale: #B7B7B7. Windows color (decimal): -10822417 or 15719514. OLE color: 15719514.
HSL color Cylindrical-coordinate representation of color #5ADCEF: hue angle of 187.65º 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 #5ADCEF is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 220 | 239 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.06 |
| HSL | 187.65º | 0.82% | 0.65% | - |
| HSV(B) | 187.65º | 0.62% | 0.94% | - |
| XYZ | 45.39 | 59.59 | 90.77 | - |
| YUV | 183.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 239 | 0.62 | 0.08 | 0 | 0.06 | 187.65 | 0.82 | 0.65 |
| Hex | 5A | DC | EF | 3E | 8 | 0 | 6 | BC | 52 | 41 |
| Octal | 132 | 334 | 357 | 76 | 10 | 0 | 6 | 274 | 122 | 101 |
| Binary | 1011010 | 11011100 | 11101111 | 111110 | 1000 | 0 | 110 | 10111100 | 1010010 | 1000001 |
Color Harmonies of #5ADCEF
Complementary color
Monochromatic Colors of #5ADCEF
Black with #5ADCEF
Text Example
Text Example
White with #5ADCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCEF; }
p { color: rgb(90,220,239); }
H1.HeaderClassName
{
color: #5ADCEF;
}
.AnyTagClassName
{
color: #5ADCEF;
}
</style>
background-color css
<style>
a { background-color: #5ADCEF; }
a { background-color: rgb(90,220,239); }
div.DivClassName
{
background-color: #5ADCEF;
}
.BgClassName
{
background-color: #5ADCEF;
}
</style>
border-color css
<style>
span { border-color: #5ADCEF; }
span { border-color: rgb(90,220,239); }
td.TdClassName
{
border-color: #5ADCEF;
}
.TagClassName
{
border-color: #5ADCEF;
}
</style>