Shades of Turquoise Blue #5AD2DE
Tints of Turquoise Blue #5AD2DE
RGB
CMYK
RGB Variations
Color information
#5AD2DE (or 0x5AD2DE) is known color: Turquoise Blue. HEX triplet: 5A, D2 and DE. RGB value is (90,210,222). Sum of RGB (Red+Green+Blue) = 90+210+222=522 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.24% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #5AD2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD2DE is #A52D21. Grayscale: #AFAFAF. Windows color (decimal): -10824994 or 14602842. OLE color: 14602842.
HSL color Cylindrical-coordinate representation of color #5AD2DE: hue angle of 185.45º 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 #5AD2DE is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 210 | 222 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.13 |
| HSL | 185.45º | 0.67% | 0.61% | - |
| HSV(B) | 185.45º | 0.59% | 0.87% | - |
| XYZ | 40.45 | 53.54 | 77.31 | - |
| YUV | 175.49 | 154.24 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 222 | 0.59 | 0.05 | 0 | 0.13 | 185.45 | 0.67 | 0.61 |
| Hex | 5A | D2 | DE | 3B | 5 | 0 | D | B9 | 43 | 3D |
| Octal | 132 | 322 | 336 | 73 | 5 | 0 | 15 | 271 | 103 | 75 |
| Binary | 1011010 | 11010010 | 11011110 | 111011 | 101 | 0 | 1101 | 10111001 | 1000011 | 111101 |
Color Harmonies of #5AD2DE
Complementary color
Monochromatic Colors of #5AD2DE
Black with #5AD2DE
Text Example
Text Example
White with #5AD2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2DE; }
p { color: rgb(90,210,222); }
H1.HeaderClassName
{
color: #5AD2DE;
}
.AnyTagClassName
{
color: #5AD2DE;
}
</style>
background-color css
<style>
a { background-color: #5AD2DE; }
a { background-color: rgb(90,210,222); }
div.DivClassName
{
background-color: #5AD2DE;
}
.BgClassName
{
background-color: #5AD2DE;
}
</style>
border-color css
<style>
span { border-color: #5AD2DE; }
span { border-color: rgb(90,210,222); }
td.TdClassName
{
border-color: #5AD2DE;
}
.TagClassName
{
border-color: #5AD2DE;
}
</style>