Shades of Medium Turquoise #45BFBD
Tints of Medium Turquoise #45BFBD
RGB
CMYK
RGB Variations
Color information
#45BFBD (or 0x45BFBD) is known color: Medium Turquoise. HEX triplet: 45, BF and BD. RGB value is (69,191,189). Sum of RGB (Red+Green+Blue) = 69+191+189=449 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.37% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #45BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BFBD is #BA4042. Grayscale: #9A9A9A. Windows color (decimal): -12206147 or 12435269. OLE color: 12435269.
HSL color Cylindrical-coordinate representation of color #45BFBD: hue angle of 179.02º degrees, saturation: 0.49, 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 #45BFBD is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 191 | 189 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.25 |
| HSL | 179.02º | 0.49% | 0.51% | - |
| HSV(B) | 179.02º | 0.64% | 0.75% | - |
| XYZ | 30.27 | 42.2 | 54.69 | - |
| YUV | 154.29 | 147.58 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 189 | 0.64 | 0 | 0.01 | 0.25 | 179.02 | 0.49 | 0.51 |
| Hex | 45 | BF | BD | 40 | 0 | 1 | 19 | B3 | 31 | 33 |
| Octal | 105 | 277 | 275 | 100 | 0 | 1 | 31 | 263 | 61 | 63 |
| Binary | 1000101 | 10111111 | 10111101 | 1000000 | 0 | 1 | 11001 | 10110011 | 110001 | 110011 |
Color Harmonies of #45BFBD
Complementary color
Monochromatic Colors of #45BFBD
Black with #45BFBD
Text Example
Text Example
White with #45BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BFBD; }
p { color: rgb(69,191,189); }
H1.HeaderClassName
{
color: #45BFBD;
}
.AnyTagClassName
{
color: #45BFBD;
}
</style>
background-color css
<style>
a { background-color: #45BFBD; }
a { background-color: rgb(69,191,189); }
div.DivClassName
{
background-color: #45BFBD;
}
.BgClassName
{
background-color: #45BFBD;
}
</style>
border-color css
<style>
span { border-color: #45BFBD; }
span { border-color: rgb(69,191,189); }
td.TdClassName
{
border-color: #45BFBD;
}
.TagClassName
{
border-color: #45BFBD;
}
</style>