Shades of Medium Turquoise #45C0BB
Tints of Medium Turquoise #45C0BB
RGB
CMYK
RGB Variations
Color information
#45C0BB (or 0x45C0BB) is known color: Medium Turquoise. HEX triplet: 45, C0 and BB. RGB value is (69,192,187). Sum of RGB (Red+Green+Blue) = 69+192+187=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #45C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C0BB is #BA3F44. Grayscale: #9A9A9A. Windows color (decimal): -12205893 or 12304453. OLE color: 12304453.
HSL color Cylindrical-coordinate representation of color #45C0BB: hue angle of 177.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C0BB is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 187 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.25 |
| HSL | 177.56º | 0.49% | 0.51% | - |
| HSV(B) | 177.56º | 0.64% | 0.75% | - |
| XYZ | 30.27 | 42.55 | 53.63 | - |
| YUV | 154.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 187 | 0.64 | 0 | 0.03 | 0.25 | 177.56 | 0.49 | 0.51 |
| Hex | 45 | C0 | BB | 40 | 0 | 3 | 19 | B2 | 31 | 33 |
| Octal | 105 | 300 | 273 | 100 | 0 | 3 | 31 | 262 | 61 | 63 |
| Binary | 1000101 | 11000000 | 10111011 | 1000000 | 0 | 11 | 11001 | 10110010 | 110001 | 110011 |
Color Harmonies of #45C0BB
Complementary color
Monochromatic Colors of #45C0BB
Black with #45C0BB
Text Example
Text Example
White with #45C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C0BB; }
p { color: rgb(69,192,187); }
H1.HeaderClassName
{
color: #45C0BB;
}
.AnyTagClassName
{
color: #45C0BB;
}
</style>
background-color css
<style>
a { background-color: #45C0BB; }
a { background-color: rgb(69,192,187); }
div.DivClassName
{
background-color: #45C0BB;
}
.BgClassName
{
background-color: #45C0BB;
}
</style>
border-color css
<style>
span { border-color: #45C0BB; }
span { border-color: rgb(69,192,187); }
td.TdClassName
{
border-color: #45C0BB;
}
.TagClassName
{
border-color: #45C0BB;
}
</style>