Shades of Medium Turquoise #45C8BC
Tints of Medium Turquoise #45C8BC
RGB
CMYK
RGB Variations
Color information
#45C8BC (or 0x45C8BC) is known color: Medium Turquoise. HEX triplet: 45, C8 and BC. RGB value is (69,200,188). Sum of RGB (Red+Green+Blue) = 69+200+188=457 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.10% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #45C8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C8BC is #BA3743. Grayscale: #9F9F9F. Windows color (decimal): -12203844 or 12372037. OLE color: 12372037.
HSL color Cylindrical-coordinate representation of color #45C8BC: hue angle of 174.5º 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 #45C8BC is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 188 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.22 |
| HSL | 174.5º | 0.54% | 0.53% | - |
| HSV(B) | 174.5º | 0.66% | 0.78% | - |
| XYZ | 32.19 | 46.2 | 54.8 | - |
| YUV | 159.46 | 144.1 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 188 | 0.66 | 0 | 0.06 | 0.22 | 174.5 | 0.54 | 0.53 |
| Hex | 45 | C8 | BC | 42 | 0 | 6 | 16 | AF | 36 | 35 |
| Octal | 105 | 310 | 274 | 102 | 0 | 6 | 26 | 257 | 66 | 65 |
| Binary | 1000101 | 11001000 | 10111100 | 1000010 | 0 | 110 | 10110 | 10101111 | 110110 | 110101 |
Color Harmonies of #45C8BC
Complementary color
Monochromatic Colors of #45C8BC
Black with #45C8BC
Text Example
Text Example
White with #45C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C8BC; }
p { color: rgb(69,200,188); }
H1.HeaderClassName
{
color: #45C8BC;
}
.AnyTagClassName
{
color: #45C8BC;
}
</style>
background-color css
<style>
a { background-color: #45C8BC; }
a { background-color: rgb(69,200,188); }
div.DivClassName
{
background-color: #45C8BC;
}
.BgClassName
{
background-color: #45C8BC;
}
</style>
border-color css
<style>
span { border-color: #45C8BC; }
span { border-color: rgb(69,200,188); }
td.TdClassName
{
border-color: #45C8BC;
}
.TagClassName
{
border-color: #45C8BC;
}
</style>