Shades of Medium Turquoise #45CCBE
Tints of Medium Turquoise #45CCBE
RGB
CMYK
RGB Variations
Color information
#45CCBE (or 0x45CCBE) is known color: Medium Turquoise. HEX triplet: 45, CC and BE. RGB value is (69,204,190). Sum of RGB (Red+Green+Blue) = 69+204+190=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #45CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCBE is #BA3341. Grayscale: #A1A1A1. Windows color (decimal): -12202818 or 12504133. OLE color: 12504133.
HSL color Cylindrical-coordinate representation of color #45CCBE: hue angle of 173.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CCBE is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 190 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.2 |
| HSL | 173.78º | 0.57% | 0.54% | - |
| HSV(B) | 173.78º | 0.66% | 0.8% | - |
| XYZ | 33.34 | 48.17 | 56.26 | - |
| YUV | 162.04 | 143.77 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 190 | 0.66 | 0 | 0.07 | 0.2 | 173.78 | 0.57 | 0.54 |
| Hex | 45 | CC | BE | 42 | 0 | 7 | 14 | AE | 39 | 36 |
| Octal | 105 | 314 | 276 | 102 | 0 | 7 | 24 | 256 | 71 | 66 |
| Binary | 1000101 | 11001100 | 10111110 | 1000010 | 0 | 111 | 10100 | 10101110 | 111001 | 110110 |
Color Harmonies of #45CCBE
Complementary color
Monochromatic Colors of #45CCBE
Black with #45CCBE
Text Example
Text Example
White with #45CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CCBE; }
p { color: rgb(69,204,190); }
H1.HeaderClassName
{
color: #45CCBE;
}
.AnyTagClassName
{
color: #45CCBE;
}
</style>
background-color css
<style>
a { background-color: #45CCBE; }
a { background-color: rgb(69,204,190); }
div.DivClassName
{
background-color: #45CCBE;
}
.BgClassName
{
background-color: #45CCBE;
}
</style>
border-color css
<style>
span { border-color: #45CCBE; }
span { border-color: rgb(69,204,190); }
td.TdClassName
{
border-color: #45CCBE;
}
.TagClassName
{
border-color: #45CCBE;
}
</style>