Shades of Turquoise Blue #5ADCDA
Tints of Turquoise Blue #5ADCDA
RGB
CMYK
RGB Variations
Color information
#5ADCDA (or 0x5ADCDA) is known color: Turquoise Blue. HEX triplet: 5A, DC and DA. RGB value is (90,220,218). Sum of RGB (Red+Green+Blue) = 90+220+218=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCDA is #A52325. Grayscale: #B4B4B4. Windows color (decimal): -10822438 or 14343258. OLE color: 14343258.
HSL color Cylindrical-coordinate representation of color #5ADCDA: hue angle of 179.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADCDA is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 218 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.14 |
| HSL | 179.08º | 0.65% | 0.61% | - |
| HSV(B) | 179.08º | 0.59% | 0.86% | - |
| XYZ | 42.46 | 58.42 | 75.37 | - |
| YUV | 180.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 218 | 0.59 | 0 | 0.01 | 0.14 | 179.08 | 0.65 | 0.61 |
| Hex | 5A | DC | DA | 3B | 0 | 1 | E | B3 | 41 | 3D |
| Octal | 132 | 334 | 332 | 73 | 0 | 1 | 16 | 263 | 101 | 75 |
| Binary | 1011010 | 11011100 | 11011010 | 111011 | 0 | 1 | 1110 | 10110011 | 1000001 | 111101 |
Color Harmonies of #5ADCDA
Complementary color
Monochromatic Colors of #5ADCDA
Black with #5ADCDA
Text Example
Text Example
White with #5ADCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCDA; }
p { color: rgb(90,220,218); }
H1.HeaderClassName
{
color: #5ADCDA;
}
.AnyTagClassName
{
color: #5ADCDA;
}
</style>
background-color css
<style>
a { background-color: #5ADCDA; }
a { background-color: rgb(90,220,218); }
div.DivClassName
{
background-color: #5ADCDA;
}
.BgClassName
{
background-color: #5ADCDA;
}
</style>
border-color css
<style>
span { border-color: #5ADCDA; }
span { border-color: rgb(90,220,218); }
td.TdClassName
{
border-color: #5ADCDA;
}
.TagClassName
{
border-color: #5ADCDA;
}
</style>