Shades of Turquoise #45E2C6
Tints of Turquoise #45E2C6
RGB
CMYK
RGB Variations
Color information
#45E2C6 (or 0x45E2C6) is known color: Turquoise. HEX triplet: 45, E2 and C6. RGB value is (69,226,198). Sum of RGB (Red+Green+Blue) = 69+226+198=493 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.00% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #45E2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E2C6 is #BA1D39. Grayscale: #AFAFAF. Windows color (decimal): -12197178 or 13034053. OLE color: 13034053.
HSL color Cylindrical-coordinate representation of color #45E2C6: hue angle of 169.3º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E2C6 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 198 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.11 |
| HSL | 169.3º | 0.73% | 0.58% | - |
| HSV(B) | 169.3º | 0.69% | 0.89% | - |
| XYZ | 39.84 | 59.74 | 62.86 | - |
| YUV | 175.87 | 140.49 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 198 | 0.69 | 0 | 0.12 | 0.11 | 169.3 | 0.73 | 0.58 |
| Hex | 45 | E2 | C6 | 45 | 0 | C | B | A9 | 49 | 3A |
| Octal | 105 | 342 | 306 | 105 | 0 | 14 | 13 | 251 | 111 | 72 |
| Binary | 1000101 | 11100010 | 11000110 | 1000101 | 0 | 1100 | 1011 | 10101001 | 1001001 | 111010 |
Color Harmonies of #45E2C6
Complementary color
Monochromatic Colors of #45E2C6
Black with #45E2C6
Text Example
Text Example
White with #45E2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E2C6; }
p { color: rgb(69,226,198); }
H1.HeaderClassName
{
color: #45E2C6;
}
.AnyTagClassName
{
color: #45E2C6;
}
</style>
background-color css
<style>
a { background-color: #45E2C6; }
a { background-color: rgb(69,226,198); }
div.DivClassName
{
background-color: #45E2C6;
}
.BgClassName
{
background-color: #45E2C6;
}
</style>
border-color css
<style>
span { border-color: #45E2C6; }
span { border-color: rgb(69,226,198); }
td.TdClassName
{
border-color: #45E2C6;
}
.TagClassName
{
border-color: #45E2C6;
}
</style>