Shades of Medium Turquoise #45C7B4
Tints of Medium Turquoise #45C7B4
RGB
CMYK
RGB Variations
Color information
#45C7B4 (or 0x45C7B4) is known color: Medium Turquoise. HEX triplet: 45, C7 and B4. RGB value is (69,199,180). Sum of RGB (Red+Green+Blue) = 69+199+180=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #45C7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C7B4 is #BA384B. Grayscale: #9D9D9D. Windows color (decimal): -12204108 or 11847493. OLE color: 11847493.
HSL color Cylindrical-coordinate representation of color #45C7B4: hue angle of 171.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C7B4 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 199 | 180 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.22 |
| HSL | 171.23º | 0.54% | 0.53% | - |
| HSV(B) | 171.23º | 0.65% | 0.78% | - |
| XYZ | 31.12 | 45.41 | 50.3 | - |
| YUV | 157.96 | 140.43 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 180 | 0.65 | 0 | 0.10 | 0.22 | 171.23 | 0.54 | 0.53 |
| Hex | 45 | C7 | B4 | 41 | 0 | A | 16 | AB | 36 | 35 |
| Octal | 105 | 307 | 264 | 101 | 0 | 12 | 26 | 253 | 66 | 65 |
| Binary | 1000101 | 11000111 | 10110100 | 1000001 | 0 | 1010 | 10110 | 10101011 | 110110 | 110101 |
Color Harmonies of #45C7B4
Complementary color
Monochromatic Colors of #45C7B4
Black with #45C7B4
Text Example
Text Example
White with #45C7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C7B4; }
p { color: rgb(69,199,180); }
H1.HeaderClassName
{
color: #45C7B4;
}
.AnyTagClassName
{
color: #45C7B4;
}
</style>
background-color css
<style>
a { background-color: #45C7B4; }
a { background-color: rgb(69,199,180); }
div.DivClassName
{
background-color: #45C7B4;
}
.BgClassName
{
background-color: #45C7B4;
}
</style>
border-color css
<style>
span { border-color: #45C7B4; }
span { border-color: rgb(69,199,180); }
td.TdClassName
{
border-color: #45C7B4;
}
.TagClassName
{
border-color: #45C7B4;
}
</style>