Shades of Medium Turquoise #45CEB2
Tints of Medium Turquoise #45CEB2
RGB
CMYK
RGB Variations
Color information
#45CEB2 (or 0x45CEB2) is known color: Medium Turquoise. HEX triplet: 45, CE and B2. RGB value is (69,206,178). Sum of RGB (Red+Green+Blue) = 69+206+178=453 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.23% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #45CEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CEB2 is #BA314D. Grayscale: #A1A1A1. Windows color (decimal): -12202318 or 11718213. OLE color: 11718213.
HSL color Cylindrical-coordinate representation of color #45CEB2: hue angle of 167.74º 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 #45CEB2 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 178 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.19 |
| HSL | 167.74º | 0.58% | 0.54% | - |
| HSV(B) | 167.74º | 0.67% | 0.81% | - |
| XYZ | 32.56 | 48.62 | 49.79 | - |
| YUV | 161.85 | 137.11 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 178 | 0.67 | 0 | 0.14 | 0.19 | 167.74 | 0.58 | 0.54 |
| Hex | 45 | CE | B2 | 43 | 0 | E | 13 | A8 | 3A | 36 |
| Octal | 105 | 316 | 262 | 103 | 0 | 16 | 23 | 250 | 72 | 66 |
| Binary | 1000101 | 11001110 | 10110010 | 1000011 | 0 | 1110 | 10011 | 10101000 | 111010 | 110110 |
Color Harmonies of #45CEB2
Complementary color
Monochromatic Colors of #45CEB2
Black with #45CEB2
Text Example
Text Example
White with #45CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CEB2; }
p { color: rgb(69,206,178); }
H1.HeaderClassName
{
color: #45CEB2;
}
.AnyTagClassName
{
color: #45CEB2;
}
</style>
background-color css
<style>
a { background-color: #45CEB2; }
a { background-color: rgb(69,206,178); }
div.DivClassName
{
background-color: #45CEB2;
}
.BgClassName
{
background-color: #45CEB2;
}
</style>
border-color css
<style>
span { border-color: #45CEB2; }
span { border-color: rgb(69,206,178); }
td.TdClassName
{
border-color: #45CEB2;
}
.TagClassName
{
border-color: #45CEB2;
}
</style>