Shades of Turquoise Blue #5ADCEB
Tints of Turquoise Blue #5ADCEB
RGB
CMYK
RGB Variations
Color information
#5ADCEB (or 0x5ADCEB) is known color: Turquoise Blue. HEX triplet: 5A, DC and EB. RGB value is (90,220,235). Sum of RGB (Red+Green+Blue) = 90+220+235=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #5ADCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADCEB is #A52314. Grayscale: #B6B6B6. Windows color (decimal): -10822421 or 15457370. OLE color: 15457370.
HSL color Cylindrical-coordinate representation of color #5ADCEB: hue angle of 186.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ADCEB is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 220 | 235 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.08 |
| HSL | 186.21º | 0.78% | 0.64% | - |
| HSV(B) | 186.21º | 0.62% | 0.92% | - |
| XYZ | 44.81 | 59.36 | 87.69 | - |
| YUV | 182.84 | 157.43 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 235 | 0.62 | 0.06 | 0 | 0.08 | 186.21 | 0.78 | 0.64 |
| Hex | 5A | DC | EB | 3E | 6 | 0 | 8 | BA | 4E | 40 |
| Octal | 132 | 334 | 353 | 76 | 6 | 0 | 10 | 272 | 116 | 100 |
| Binary | 1011010 | 11011100 | 11101011 | 111110 | 110 | 0 | 1000 | 10111010 | 1001110 | 1000000 |
Color Harmonies of #5ADCEB
Complementary color
Monochromatic Colors of #5ADCEB
Black with #5ADCEB
Text Example
Text Example
White with #5ADCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCEB; }
p { color: rgb(90,220,235); }
H1.HeaderClassName
{
color: #5ADCEB;
}
.AnyTagClassName
{
color: #5ADCEB;
}
</style>
background-color css
<style>
a { background-color: #5ADCEB; }
a { background-color: rgb(90,220,235); }
div.DivClassName
{
background-color: #5ADCEB;
}
.BgClassName
{
background-color: #5ADCEB;
}
</style>
border-color css
<style>
span { border-color: #5ADCEB; }
span { border-color: rgb(90,220,235); }
td.TdClassName
{
border-color: #5ADCEB;
}
.TagClassName
{
border-color: #5ADCEB;
}
</style>