Shades of Medium Turquoise #45D9BA
Tints of Medium Turquoise #45D9BA
RGB
CMYK
RGB Variations
Color information
#45D9BA (or 0x45D9BA) is known color: Medium Turquoise. HEX triplet: 45, D9 and BA. RGB value is (69,217,186). Sum of RGB (Red+Green+Blue) = 69+217+186=472 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.62% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #45D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D9BA is #BA2645. Grayscale: #A9A9A9. Windows color (decimal): -12199494 or 12245317. OLE color: 12245317.
HSL color Cylindrical-coordinate representation of color #45D9BA: hue angle of 167.43º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D9BA is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 186 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.15 |
| HSL | 167.43º | 0.66% | 0.56% | - |
| HSV(B) | 167.43º | 0.68% | 0.85% | - |
| XYZ | 36.13 | 54.44 | 55.06 | - |
| YUV | 169.21 | 137.47 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 186 | 0.68 | 0 | 0.14 | 0.15 | 167.43 | 0.66 | 0.56 |
| Hex | 45 | D9 | BA | 44 | 0 | E | F | A7 | 42 | 38 |
| Octal | 105 | 331 | 272 | 104 | 0 | 16 | 17 | 247 | 102 | 70 |
| Binary | 1000101 | 11011001 | 10111010 | 1000100 | 0 | 1110 | 1111 | 10100111 | 1000010 | 111000 |
Color Harmonies of #45D9BA
Complementary color
Monochromatic Colors of #45D9BA
Black with #45D9BA
Text Example
Text Example
White with #45D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D9BA; }
p { color: rgb(69,217,186); }
H1.HeaderClassName
{
color: #45D9BA;
}
.AnyTagClassName
{
color: #45D9BA;
}
</style>
background-color css
<style>
a { background-color: #45D9BA; }
a { background-color: rgb(69,217,186); }
div.DivClassName
{
background-color: #45D9BA;
}
.BgClassName
{
background-color: #45D9BA;
}
</style>
border-color css
<style>
span { border-color: #45D9BA; }
span { border-color: rgb(69,217,186); }
td.TdClassName
{
border-color: #45D9BA;
}
.TagClassName
{
border-color: #45D9BA;
}
</style>