Shades of Medium Turquoise #45D0BE
Tints of Medium Turquoise #45D0BE
RGB
CMYK
RGB Variations
Color information
#45D0BE (or 0x45D0BE) is known color: Medium Turquoise. HEX triplet: 45, D0 and BE. RGB value is (69,208,190). Sum of RGB (Red+Green+Blue) = 69+208+190=467 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.78% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #45D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D0BE is #BA2F41. Grayscale: #A4A4A4. Windows color (decimal): -12201794 or 12505157. OLE color: 12505157.
HSL color Cylindrical-coordinate representation of color #45D0BE: hue angle of 172.23º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D0BE is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 190 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.18 |
| HSL | 172.23º | 0.6% | 0.54% | - |
| HSV(B) | 172.23º | 0.67% | 0.82% | - |
| XYZ | 34.3 | 50.09 | 56.58 | - |
| YUV | 164.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 190 | 0.67 | 0 | 0.09 | 0.18 | 172.23 | 0.6 | 0.54 |
| Hex | 45 | D0 | BE | 43 | 0 | 9 | 12 | AC | 3C | 36 |
| Octal | 105 | 320 | 276 | 103 | 0 | 11 | 22 | 254 | 74 | 66 |
| Binary | 1000101 | 11010000 | 10111110 | 1000011 | 0 | 1001 | 10010 | 10101100 | 111100 | 110110 |
Color Harmonies of #45D0BE
Complementary color
Monochromatic Colors of #45D0BE
Black with #45D0BE
Text Example
Text Example
White with #45D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D0BE; }
p { color: rgb(69,208,190); }
H1.HeaderClassName
{
color: #45D0BE;
}
.AnyTagClassName
{
color: #45D0BE;
}
</style>
background-color css
<style>
a { background-color: #45D0BE; }
a { background-color: rgb(69,208,190); }
div.DivClassName
{
background-color: #45D0BE;
}
.BgClassName
{
background-color: #45D0BE;
}
</style>
border-color css
<style>
span { border-color: #45D0BE; }
span { border-color: rgb(69,208,190); }
td.TdClassName
{
border-color: #45D0BE;
}
.TagClassName
{
border-color: #45D0BE;
}
</style>