Shades of Medium Turquoise #45BEB7
Tints of Medium Turquoise #45BEB7
RGB
CMYK
RGB Variations
Color information
#45BEB7 (or 0x45BEB7) is known color: Medium Turquoise. HEX triplet: 45, BE and B7. RGB value is (69,190,183). Sum of RGB (Red+Green+Blue) = 69+190+183=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #45BEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BEB7 is #BA4148. Grayscale: #989898. Windows color (decimal): -12206409 or 12041797. OLE color: 12041797.
HSL color Cylindrical-coordinate representation of color #45BEB7: hue angle of 176.53º 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 #45BEB7 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 190 | 183 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.25 |
| HSL | 176.53º | 0.48% | 0.51% | - |
| HSV(B) | 176.53º | 0.64% | 0.75% | - |
| XYZ | 29.41 | 41.51 | 51.26 | - |
| YUV | 153.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 183 | 0.64 | 0 | 0.04 | 0.25 | 176.53 | 0.48 | 0.51 |
| Hex | 45 | BE | B7 | 40 | 0 | 4 | 19 | B1 | 30 | 33 |
| Octal | 105 | 276 | 267 | 100 | 0 | 4 | 31 | 261 | 60 | 63 |
| Binary | 1000101 | 10111110 | 10110111 | 1000000 | 0 | 100 | 11001 | 10110001 | 110000 | 110011 |
Color Harmonies of #45BEB7
Complementary color
Monochromatic Colors of #45BEB7
Black with #45BEB7
Text Example
Text Example
White with #45BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BEB7; }
p { color: rgb(69,190,183); }
H1.HeaderClassName
{
color: #45BEB7;
}
.AnyTagClassName
{
color: #45BEB7;
}
</style>
background-color css
<style>
a { background-color: #45BEB7; }
a { background-color: rgb(69,190,183); }
div.DivClassName
{
background-color: #45BEB7;
}
.BgClassName
{
background-color: #45BEB7;
}
</style>
border-color css
<style>
span { border-color: #45BEB7; }
span { border-color: rgb(69,190,183); }
td.TdClassName
{
border-color: #45BEB7;
}
.TagClassName
{
border-color: #45BEB7;
}
</style>