Shades of Turquoise Blue #5ADEDE
Tints of Turquoise Blue #5ADEDE
RGB
CMYK
RGB Variations
Color information
#5ADEDE (or 0x5ADEDE) is known color: Turquoise Blue. HEX triplet: 5A, DE and DE. RGB value is (90,222,222). Sum of RGB (Red+Green+Blue) = 90+222+222=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #5ADEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEDE is #A52121. Grayscale: #B6B6B6. Windows color (decimal): -10821922 or 14605914. OLE color: 14605914.
HSL color Cylindrical-coordinate representation of color #5ADEDE: hue angle of 180º 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 #5ADEDE is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 222 | - |
| CMYK | 0.59 | 0 | 0 | 0.13 |
| HSL | 180º | 0.67% | 0.61% | - |
| HSV(B) | 180º | 0.59% | 0.87% | - |
| XYZ | 43.52 | 59.69 | 78.33 | - |
| YUV | 182.53 | 150.27 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 222 | 0.59 | 0 | 0 | 0.13 | 180 | 0.67 | 0.61 |
| Hex | 5A | DE | DE | 3B | 0 | 0 | D | B4 | 43 | 3D |
| Octal | 132 | 336 | 336 | 73 | 0 | 0 | 15 | 264 | 103 | 75 |
| Binary | 1011010 | 11011110 | 11011110 | 111011 | 0 | 0 | 1101 | 10110100 | 1000011 | 111101 |
Color Harmonies of #5ADEDE
Complementary color
Monochromatic Colors of #5ADEDE
Black with #5ADEDE
Text Example
Text Example
White with #5ADEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEDE; }
p { color: rgb(90,222,222); }
H1.HeaderClassName
{
color: #5ADEDE;
}
.AnyTagClassName
{
color: #5ADEDE;
}
</style>
background-color css
<style>
a { background-color: #5ADEDE; }
a { background-color: rgb(90,222,222); }
div.DivClassName
{
background-color: #5ADEDE;
}
.BgClassName
{
background-color: #5ADEDE;
}
</style>
border-color css
<style>
span { border-color: #5ADEDE; }
span { border-color: rgb(90,222,222); }
td.TdClassName
{
border-color: #5ADEDE;
}
.TagClassName
{
border-color: #5ADEDE;
}
</style>