Shades of Turquoise Blue #5AD1DC
Tints of Turquoise Blue #5AD1DC
RGB
CMYK
RGB Variations
Color information
#5AD1DC (or 0x5AD1DC) is known color: Turquoise Blue. HEX triplet: 5A, D1 and DC. RGB value is (90,209,220). Sum of RGB (Red+Green+Blue) = 90+209+220=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #5AD1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD1DC is #A52E23. Grayscale: #AEAEAE. Windows color (decimal): -10825252 or 14471514. OLE color: 14471514.
HSL color Cylindrical-coordinate representation of color #5AD1DC: hue angle of 185.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 #5AD1DC is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 209 | 220 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.14 |
| HSL | 185.08º | 0.65% | 0.61% | - |
| HSV(B) | 185.08º | 0.59% | 0.86% | - |
| XYZ | 39.94 | 52.94 | 75.82 | - |
| YUV | 174.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 220 | 0.59 | 0.05 | 0 | 0.14 | 185.08 | 0.65 | 0.61 |
| Hex | 5A | D1 | DC | 3B | 5 | 0 | E | B9 | 41 | 3D |
| Octal | 132 | 321 | 334 | 73 | 5 | 0 | 16 | 271 | 101 | 75 |
| Binary | 1011010 | 11010001 | 11011100 | 111011 | 101 | 0 | 1110 | 10111001 | 1000001 | 111101 |
Color Harmonies of #5AD1DC
Complementary color
Monochromatic Colors of #5AD1DC
Black with #5AD1DC
Text Example
Text Example
White with #5AD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD1DC; }
p { color: rgb(90,209,220); }
H1.HeaderClassName
{
color: #5AD1DC;
}
.AnyTagClassName
{
color: #5AD1DC;
}
</style>
background-color css
<style>
a { background-color: #5AD1DC; }
a { background-color: rgb(90,209,220); }
div.DivClassName
{
background-color: #5AD1DC;
}
.BgClassName
{
background-color: #5AD1DC;
}
</style>
border-color css
<style>
span { border-color: #5AD1DC; }
span { border-color: rgb(90,209,220); }
td.TdClassName
{
border-color: #5AD1DC;
}
.TagClassName
{
border-color: #5AD1DC;
}
</style>