Shades of Turquoise Blue #5ADEDA
Tints of Turquoise Blue #5ADEDA
RGB
CMYK
RGB Variations
Color information
#5ADEDA (or 0x5ADEDA) is known color: Turquoise Blue. HEX triplet: 5A, DE and DA. RGB value is (90,222,218). Sum of RGB (Red+Green+Blue) = 90+222+218=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEDA is #A52125. Grayscale: #B5B5B5. Windows color (decimal): -10821926 or 14343770. OLE color: 14343770.
HSL color Cylindrical-coordinate representation of color #5ADEDA: hue angle of 178.18º 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 #5ADEDA is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 218 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.13 |
| HSL | 178.18º | 0.67% | 0.61% | - |
| HSV(B) | 178.18º | 0.59% | 0.87% | - |
| XYZ | 42.99 | 59.48 | 75.54 | - |
| YUV | 182.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 218 | 0.59 | 0 | 0.02 | 0.13 | 178.18 | 0.67 | 0.61 |
| Hex | 5A | DE | DA | 3B | 0 | 2 | D | B2 | 43 | 3D |
| Octal | 132 | 336 | 332 | 73 | 0 | 2 | 15 | 262 | 103 | 75 |
| Binary | 1011010 | 11011110 | 11011010 | 111011 | 0 | 10 | 1101 | 10110010 | 1000011 | 111101 |
Color Harmonies of #5ADEDA
Complementary color
Monochromatic Colors of #5ADEDA
Black with #5ADEDA
Text Example
Text Example
White with #5ADEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEDA; }
p { color: rgb(90,222,218); }
H1.HeaderClassName
{
color: #5ADEDA;
}
.AnyTagClassName
{
color: #5ADEDA;
}
</style>
background-color css
<style>
a { background-color: #5ADEDA; }
a { background-color: rgb(90,222,218); }
div.DivClassName
{
background-color: #5ADEDA;
}
.BgClassName
{
background-color: #5ADEDA;
}
</style>
border-color css
<style>
span { border-color: #5ADEDA; }
span { border-color: rgb(90,222,218); }
td.TdClassName
{
border-color: #5ADEDA;
}
.TagClassName
{
border-color: #5ADEDA;
}
</style>