Shades of Medium Turquoise #45C2BF
Tints of Medium Turquoise #45C2BF
RGB
CMYK
RGB Variations
Color information
#45C2BF (or 0x45C2BF) is known color: Medium Turquoise. HEX triplet: 45, C2 and BF. RGB value is (69,194,191). Sum of RGB (Red+Green+Blue) = 69+194+191=454 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.20% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #45C2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C2BF is #BA3D40. Grayscale: #9C9C9C. Windows color (decimal): -12205377 or 12567109. OLE color: 12567109.
HSL color Cylindrical-coordinate representation of color #45C2BF: hue angle of 178.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C2BF is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 191 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.24 |
| HSL | 178.56º | 0.51% | 0.52% | - |
| HSV(B) | 178.56º | 0.64% | 0.76% | - |
| XYZ | 31.15 | 43.61 | 56.07 | - |
| YUV | 156.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 191 | 0.64 | 0 | 0.02 | 0.24 | 178.56 | 0.51 | 0.52 |
| Hex | 45 | C2 | BF | 40 | 0 | 2 | 18 | B3 | 33 | 34 |
| Octal | 105 | 302 | 277 | 100 | 0 | 2 | 30 | 263 | 63 | 64 |
| Binary | 1000101 | 11000010 | 10111111 | 1000000 | 0 | 10 | 11000 | 10110011 | 110011 | 110100 |
Color Harmonies of #45C2BF
Complementary color
Monochromatic Colors of #45C2BF
Black with #45C2BF
Text Example
Text Example
White with #45C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C2BF; }
p { color: rgb(69,194,191); }
H1.HeaderClassName
{
color: #45C2BF;
}
.AnyTagClassName
{
color: #45C2BF;
}
</style>
background-color css
<style>
a { background-color: #45C2BF; }
a { background-color: rgb(69,194,191); }
div.DivClassName
{
background-color: #45C2BF;
}
.BgClassName
{
background-color: #45C2BF;
}
</style>
border-color css
<style>
span { border-color: #45C2BF; }
span { border-color: rgb(69,194,191); }
td.TdClassName
{
border-color: #45C2BF;
}
.TagClassName
{
border-color: #45C2BF;
}
</style>