Shades of Turquoise Blue #5ADEDB
Tints of Turquoise Blue #5ADEDB
RGB
CMYK
RGB Variations
Color information
#5ADEDB (or 0x5ADEDB) is known color: Turquoise Blue. HEX triplet: 5A, DE and DB. RGB value is (90,222,219). Sum of RGB (Red+Green+Blue) = 90+222+219=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEDB is #A52124. Grayscale: #B6B6B6. Windows color (decimal): -10821925 or 14409306. OLE color: 14409306.
HSL color Cylindrical-coordinate representation of color #5ADEDB: hue angle of 178.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADEDB is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 219 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.13 |
| HSL | 178.64º | 0.67% | 0.61% | - |
| HSV(B) | 178.64º | 0.59% | 0.87% | - |
| XYZ | 43.12 | 59.53 | 76.24 | - |
| YUV | 182.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 219 | 0.59 | 0 | 0.01 | 0.13 | 178.64 | 0.67 | 0.61 |
| Hex | 5A | DE | DB | 3B | 0 | 1 | D | B3 | 43 | 3D |
| Octal | 132 | 336 | 333 | 73 | 0 | 1 | 15 | 263 | 103 | 75 |
| Binary | 1011010 | 11011110 | 11011011 | 111011 | 0 | 1 | 1101 | 10110011 | 1000011 | 111101 |
Color Harmonies of #5ADEDB
Complementary color
Monochromatic Colors of #5ADEDB
Black with #5ADEDB
Text Example
Text Example
White with #5ADEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEDB; }
p { color: rgb(90,222,219); }
H1.HeaderClassName
{
color: #5ADEDB;
}
.AnyTagClassName
{
color: #5ADEDB;
}
</style>
background-color css
<style>
a { background-color: #5ADEDB; }
a { background-color: rgb(90,222,219); }
div.DivClassName
{
background-color: #5ADEDB;
}
.BgClassName
{
background-color: #5ADEDB;
}
</style>
border-color css
<style>
span { border-color: #5ADEDB; }
span { border-color: rgb(90,222,219); }
td.TdClassName
{
border-color: #5ADEDB;
}
.TagClassName
{
border-color: #5ADEDB;
}
</style>