Shades of Medium Turquoise #45C3BC
Tints of Medium Turquoise #45C3BC
RGB
CMYK
RGB Variations
Color information
#45C3BC (or 0x45C3BC) is known color: Medium Turquoise. HEX triplet: 45, C3 and BC. RGB value is (69,195,188). Sum of RGB (Red+Green+Blue) = 69+195+188=452 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.27% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #45C3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C3BC is #BA3C43. Grayscale: #9C9C9C. Windows color (decimal): -12205124 or 12370757. OLE color: 12370757.
HSL color Cylindrical-coordinate representation of color #45C3BC: hue angle of 176.67º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C3BC is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 188 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.24 |
| HSL | 176.67º | 0.51% | 0.52% | - |
| HSV(B) | 176.67º | 0.65% | 0.76% | - |
| XYZ | 31.05 | 43.93 | 54.42 | - |
| YUV | 156.53 | 145.76 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 188 | 0.65 | 0 | 0.04 | 0.24 | 176.67 | 0.51 | 0.52 |
| Hex | 45 | C3 | BC | 41 | 0 | 4 | 18 | B1 | 33 | 34 |
| Octal | 105 | 303 | 274 | 101 | 0 | 4 | 30 | 261 | 63 | 64 |
| Binary | 1000101 | 11000011 | 10111100 | 1000001 | 0 | 100 | 11000 | 10110001 | 110011 | 110100 |
Color Harmonies of #45C3BC
Complementary color
Monochromatic Colors of #45C3BC
Black with #45C3BC
Text Example
Text Example
White with #45C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C3BC; }
p { color: rgb(69,195,188); }
H1.HeaderClassName
{
color: #45C3BC;
}
.AnyTagClassName
{
color: #45C3BC;
}
</style>
background-color css
<style>
a { background-color: #45C3BC; }
a { background-color: rgb(69,195,188); }
div.DivClassName
{
background-color: #45C3BC;
}
.BgClassName
{
background-color: #45C3BC;
}
</style>
border-color css
<style>
span { border-color: #45C3BC; }
span { border-color: rgb(69,195,188); }
td.TdClassName
{
border-color: #45C3BC;
}
.TagClassName
{
border-color: #45C3BC;
}
</style>