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