Shades of Medium Turquoise #45BEBC
Tints of Medium Turquoise #45BEBC
RGB
CMYK
RGB Variations
Color information
#45BEBC (or 0x45BEBC) is known color: Medium Turquoise. HEX triplet: 45, BE and BC. RGB value is (69,190,188). Sum of RGB (Red+Green+Blue) = 69+190+188=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #45BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BEBC is #BA4143. Grayscale: #999999. Windows color (decimal): -12206404 or 12369477. OLE color: 12369477.
HSL color Cylindrical-coordinate representation of color #45BEBC: hue angle of 179.01º degrees, saturation: 0.48, 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 #45BEBC is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 188 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.25 |
| HSL | 179.01º | 0.48% | 0.51% | - |
| HSV(B) | 179.01º | 0.64% | 0.75% | - |
| XYZ | 29.94 | 41.72 | 54.05 | - |
| YUV | 153.59 | 147.41 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 188 | 0.64 | 0 | 0.01 | 0.25 | 179.01 | 0.48 | 0.51 |
| Hex | 45 | BE | BC | 40 | 0 | 1 | 19 | B3 | 30 | 33 |
| Octal | 105 | 276 | 274 | 100 | 0 | 1 | 31 | 263 | 60 | 63 |
| Binary | 1000101 | 10111110 | 10111100 | 1000000 | 0 | 1 | 11001 | 10110011 | 110000 | 110011 |
Color Harmonies of #45BEBC
Complementary color
Monochromatic Colors of #45BEBC
Black with #45BEBC
Text Example
Text Example
White with #45BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BEBC; }
p { color: rgb(69,190,188); }
H1.HeaderClassName
{
color: #45BEBC;
}
.AnyTagClassName
{
color: #45BEBC;
}
</style>
background-color css
<style>
a { background-color: #45BEBC; }
a { background-color: rgb(69,190,188); }
div.DivClassName
{
background-color: #45BEBC;
}
.BgClassName
{
background-color: #45BEBC;
}
</style>
border-color css
<style>
span { border-color: #45BEBC; }
span { border-color: rgb(69,190,188); }
td.TdClassName
{
border-color: #45BEBC;
}
.TagClassName
{
border-color: #45BEBC;
}
</style>