Shades of Medium Turquoise #45BEBD
Tints of Medium Turquoise #45BEBD
RGB
CMYK
RGB Variations
Color information
#45BEBD (or 0x45BEBD) is known color: Medium Turquoise. HEX triplet: 45, BE and BD. RGB value is (69,190,189). Sum of RGB (Red+Green+Blue) = 69+190+189=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #45BEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BEBD is #BA4142. Grayscale: #999999. Windows color (decimal): -12206403 or 12435013. OLE color: 12435013.
HSL color Cylindrical-coordinate representation of color #45BEBD: hue angle of 179.5º 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 #45BEBD is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 189 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.25 |
| HSL | 179.5º | 0.48% | 0.51% | - |
| HSV(B) | 179.5º | 0.64% | 0.75% | - |
| XYZ | 30.05 | 41.77 | 54.62 | - |
| YUV | 153.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 189 | 0.64 | 0 | 0.01 | 0.25 | 179.5 | 0.48 | 0.51 |
| Hex | 45 | BE | BD | 40 | 0 | 1 | 19 | B4 | 30 | 33 |
| Octal | 105 | 276 | 275 | 100 | 0 | 1 | 31 | 264 | 60 | 63 |
| Binary | 1000101 | 10111110 | 10111101 | 1000000 | 0 | 1 | 11001 | 10110100 | 110000 | 110011 |
Color Harmonies of #45BEBD
Complementary color
Monochromatic Colors of #45BEBD
Black with #45BEBD
Text Example
Text Example
White with #45BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BEBD; }
p { color: rgb(69,190,189); }
H1.HeaderClassName
{
color: #45BEBD;
}
.AnyTagClassName
{
color: #45BEBD;
}
</style>
background-color css
<style>
a { background-color: #45BEBD; }
a { background-color: rgb(69,190,189); }
div.DivClassName
{
background-color: #45BEBD;
}
.BgClassName
{
background-color: #45BEBD;
}
</style>
border-color css
<style>
span { border-color: #45BEBD; }
span { border-color: rgb(69,190,189); }
td.TdClassName
{
border-color: #45BEBD;
}
.TagClassName
{
border-color: #45BEBD;
}
</style>