Shades of Medium Turquoise #5ACDD7
Tints of Medium Turquoise #5ACDD7
RGB
CMYK
RGB Variations
Color information
#5ACDD7 (or 0x5ACDD7) is known color: Medium Turquoise. HEX triplet: 5A, CD and D7. RGB value is (90,205,215). Sum of RGB (Red+Green+Blue) = 90+205+215=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #5ACDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDD7 is #A53228. Grayscale: #ABABAB. Windows color (decimal): -10826281 or 14142810. OLE color: 14142810.
HSL color Cylindrical-coordinate representation of color #5ACDD7: hue angle of 184.8º degrees, saturation: 0.61, 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 #5ACDD7 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 205 | 215 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.16 |
| HSL | 184.8º | 0.61% | 0.6% | - |
| HSV(B) | 184.8º | 0.58% | 0.84% | - |
| XYZ | 38.31 | 50.74 | 72.06 | - |
| YUV | 171.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 215 | 0.58 | 0.05 | 0 | 0.16 | 184.8 | 0.61 | 0.6 |
| Hex | 5A | CD | D7 | 3A | 5 | 0 | 10 | B9 | 3D | 3C |
| Octal | 132 | 315 | 327 | 72 | 5 | 0 | 20 | 271 | 75 | 74 |
| Binary | 1011010 | 11001101 | 11010111 | 111010 | 101 | 0 | 10000 | 10111001 | 111101 | 111100 |
Color Harmonies of #5ACDD7
Complementary color
Monochromatic Colors of #5ACDD7
Black with #5ACDD7
Text Example
Text Example
White with #5ACDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDD7; }
p { color: rgb(90,205,215); }
H1.HeaderClassName
{
color: #5ACDD7;
}
.AnyTagClassName
{
color: #5ACDD7;
}
</style>
background-color css
<style>
a { background-color: #5ACDD7; }
a { background-color: rgb(90,205,215); }
div.DivClassName
{
background-color: #5ACDD7;
}
.BgClassName
{
background-color: #5ACDD7;
}
</style>
border-color css
<style>
span { border-color: #5ACDD7; }
span { border-color: rgb(90,205,215); }
td.TdClassName
{
border-color: #5ACDD7;
}
.TagClassName
{
border-color: #5ACDD7;
}
</style>