Shades of Medium Turquoise #5ACDD6
Tints of Medium Turquoise #5ACDD6
RGB
CMYK
RGB Variations
Color information
#5ACDD6 (or 0x5ACDD6) is known color: Medium Turquoise. HEX triplet: 5A, CD and D6. RGB value is (90,205,214). Sum of RGB (Red+Green+Blue) = 90+205+214=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #5ACDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDD6 is #A53229. Grayscale: #ABABAB. Windows color (decimal): -10826282 or 14077274. OLE color: 14077274.
HSL color Cylindrical-coordinate representation of color #5ACDD6: hue angle of 184.35º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ACDD6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 205 | 214 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.16 |
| HSL | 184.35º | 0.6% | 0.6% | - |
| HSV(B) | 184.35º | 0.58% | 0.84% | - |
| XYZ | 38.19 | 50.69 | 71.39 | - |
| YUV | 171.64 | 151.9 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 214 | 0.58 | 0.04 | 0 | 0.16 | 184.35 | 0.6 | 0.6 |
| Hex | 5A | CD | D6 | 3A | 4 | 0 | 10 | B8 | 3C | 3C |
| Octal | 132 | 315 | 326 | 72 | 4 | 0 | 20 | 270 | 74 | 74 |
| Binary | 1011010 | 11001101 | 11010110 | 111010 | 100 | 0 | 10000 | 10111000 | 111100 | 111100 |
Color Harmonies of #5ACDD6
Complementary color
Monochromatic Colors of #5ACDD6
Black with #5ACDD6
Text Example
Text Example
White with #5ACDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDD6; }
p { color: rgb(90,205,214); }
H1.HeaderClassName
{
color: #5ACDD6;
}
.AnyTagClassName
{
color: #5ACDD6;
}
</style>
background-color css
<style>
a { background-color: #5ACDD6; }
a { background-color: rgb(90,205,214); }
div.DivClassName
{
background-color: #5ACDD6;
}
.BgClassName
{
background-color: #5ACDD6;
}
</style>
border-color css
<style>
span { border-color: #5ACDD6; }
span { border-color: rgb(90,205,214); }
td.TdClassName
{
border-color: #5ACDD6;
}
.TagClassName
{
border-color: #5ACDD6;
}
</style>