Shades of Medium Turquoise #45CEB9
Tints of Medium Turquoise #45CEB9
RGB
CMYK
RGB Variations
Color information
#45CEB9 (or 0x45CEB9) is known color: Medium Turquoise. HEX triplet: 45, CE and B9. RGB value is (69,206,185). Sum of RGB (Red+Green+Blue) = 69+206+185=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #45CEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CEB9 is #BA3146. Grayscale: #A2A2A2. Windows color (decimal): -12202311 or 12176965. OLE color: 12176965.
HSL color Cylindrical-coordinate representation of color #45CEB9: hue angle of 170.8º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CEB9 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 185 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.19 |
| HSL | 170.8º | 0.58% | 0.54% | - |
| HSV(B) | 170.8º | 0.67% | 0.81% | - |
| XYZ | 33.28 | 48.91 | 53.59 | - |
| YUV | 162.64 | 140.61 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 185 | 0.67 | 0 | 0.10 | 0.19 | 170.8 | 0.58 | 0.54 |
| Hex | 45 | CE | B9 | 43 | 0 | A | 13 | AB | 3A | 36 |
| Octal | 105 | 316 | 271 | 103 | 0 | 12 | 23 | 253 | 72 | 66 |
| Binary | 1000101 | 11001110 | 10111001 | 1000011 | 0 | 1010 | 10011 | 10101011 | 111010 | 110110 |
Color Harmonies of #45CEB9
Complementary color
Monochromatic Colors of #45CEB9
Black with #45CEB9
Text Example
Text Example
White with #45CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CEB9; }
p { color: rgb(69,206,185); }
H1.HeaderClassName
{
color: #45CEB9;
}
.AnyTagClassName
{
color: #45CEB9;
}
</style>
background-color css
<style>
a { background-color: #45CEB9; }
a { background-color: rgb(69,206,185); }
div.DivClassName
{
background-color: #45CEB9;
}
.BgClassName
{
background-color: #45CEB9;
}
</style>
border-color css
<style>
span { border-color: #45CEB9; }
span { border-color: rgb(69,206,185); }
td.TdClassName
{
border-color: #45CEB9;
}
.TagClassName
{
border-color: #45CEB9;
}
</style>