Shades of Medium Turquoise #45C7BC
Tints of Medium Turquoise #45C7BC
RGB
CMYK
RGB Variations
Color information
#45C7BC (or 0x45C7BC) is known color: Medium Turquoise. HEX triplet: 45, C7 and BC. RGB value is (69,199,188). Sum of RGB (Red+Green+Blue) = 69+199+188=456 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.13% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #45C7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C7BC is #BA3843. Grayscale: #9E9E9E. Windows color (decimal): -12204100 or 12371781. OLE color: 12371781.
HSL color Cylindrical-coordinate representation of color #45C7BC: hue angle of 174.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C7BC is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 199 | 188 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.22 |
| HSL | 174.92º | 0.54% | 0.53% | - |
| HSV(B) | 174.92º | 0.65% | 0.78% | - |
| XYZ | 31.95 | 45.74 | 54.72 | - |
| YUV | 158.88 | 144.43 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 188 | 0.65 | 0 | 0.06 | 0.22 | 174.92 | 0.54 | 0.53 |
| Hex | 45 | C7 | BC | 41 | 0 | 6 | 16 | AF | 36 | 35 |
| Octal | 105 | 307 | 274 | 101 | 0 | 6 | 26 | 257 | 66 | 65 |
| Binary | 1000101 | 11000111 | 10111100 | 1000001 | 0 | 110 | 10110 | 10101111 | 110110 | 110101 |
Color Harmonies of #45C7BC
Complementary color
Monochromatic Colors of #45C7BC
Black with #45C7BC
Text Example
Text Example
White with #45C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C7BC; }
p { color: rgb(69,199,188); }
H1.HeaderClassName
{
color: #45C7BC;
}
.AnyTagClassName
{
color: #45C7BC;
}
</style>
background-color css
<style>
a { background-color: #45C7BC; }
a { background-color: rgb(69,199,188); }
div.DivClassName
{
background-color: #45C7BC;
}
.BgClassName
{
background-color: #45C7BC;
}
</style>
border-color css
<style>
span { border-color: #45C7BC; }
span { border-color: rgb(69,199,188); }
td.TdClassName
{
border-color: #45C7BC;
}
.TagClassName
{
border-color: #45C7BC;
}
</style>