Shades of Medium Turquoise #45D9B5
Tints of Medium Turquoise #45D9B5
RGB
CMYK
RGB Variations
Color information
#45D9B5 (or 0x45D9B5) is known color: Medium Turquoise. HEX triplet: 45, D9 and B5. RGB value is (69,217,181). Sum of RGB (Red+Green+Blue) = 69+217+181=467 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.78% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #45D9B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D9B5 is #BA264A. Grayscale: #A8A8A8. Windows color (decimal): -12199499 or 11917637. OLE color: 11917637.
HSL color Cylindrical-coordinate representation of color #45D9B5: hue angle of 165.41º 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 #45D9B5 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 181 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.15 |
| HSL | 165.41º | 0.66% | 0.56% | - |
| HSV(B) | 165.41º | 0.68% | 0.85% | - |
| XYZ | 35.61 | 54.23 | 52.31 | - |
| YUV | 168.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 181 | 0.68 | 0 | 0.17 | 0.15 | 165.41 | 0.66 | 0.56 |
| Hex | 45 | D9 | B5 | 44 | 0 | 11 | F | A5 | 42 | 38 |
| Octal | 105 | 331 | 265 | 104 | 0 | 21 | 17 | 245 | 102 | 70 |
| Binary | 1000101 | 11011001 | 10110101 | 1000100 | 0 | 10001 | 1111 | 10100101 | 1000010 | 111000 |
Color Harmonies of #45D9B5
Complementary color
Monochromatic Colors of #45D9B5
Black with #45D9B5
Text Example
Text Example
White with #45D9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D9B5; }
p { color: rgb(69,217,181); }
H1.HeaderClassName
{
color: #45D9B5;
}
.AnyTagClassName
{
color: #45D9B5;
}
</style>
background-color css
<style>
a { background-color: #45D9B5; }
a { background-color: rgb(69,217,181); }
div.DivClassName
{
background-color: #45D9B5;
}
.BgClassName
{
background-color: #45D9B5;
}
</style>
border-color css
<style>
span { border-color: #45D9B5; }
span { border-color: rgb(69,217,181); }
td.TdClassName
{
border-color: #45D9B5;
}
.TagClassName
{
border-color: #45D9B5;
}
</style>