Shades of Turquoise #45E2C9
Tints of Turquoise #45E2C9
RGB
CMYK
RGB Variations
Color information
#45E2C9 (or 0x45E2C9) is known color: Turquoise. HEX triplet: 45, E2 and C9. RGB value is (69,226,201). Sum of RGB (Red+Green+Blue) = 69+226+201=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #45E2C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E2C9 is #BA1D36. Grayscale: #B0B0B0. Windows color (decimal): -12197175 or 13230661. OLE color: 13230661.
HSL color Cylindrical-coordinate representation of color #45E2C9: hue angle of 170.45º 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 #45E2C9 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 201 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.11 |
| HSL | 170.45º | 0.73% | 0.58% | - |
| HSV(B) | 170.45º | 0.69% | 0.89% | - |
| XYZ | 40.19 | 59.87 | 64.7 | - |
| YUV | 176.21 | 141.99 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 201 | 0.69 | 0 | 0.11 | 0.11 | 170.45 | 0.73 | 0.58 |
| Hex | 45 | E2 | C9 | 45 | 0 | B | B | AA | 49 | 3A |
| Octal | 105 | 342 | 311 | 105 | 0 | 13 | 13 | 252 | 111 | 72 |
| Binary | 1000101 | 11100010 | 11001001 | 1000101 | 0 | 1011 | 1011 | 10101010 | 1001001 | 111010 |
Color Harmonies of #45E2C9
Complementary color
Monochromatic Colors of #45E2C9
Black with #45E2C9
Text Example
Text Example
White with #45E2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E2C9; }
p { color: rgb(69,226,201); }
H1.HeaderClassName
{
color: #45E2C9;
}
.AnyTagClassName
{
color: #45E2C9;
}
</style>
background-color css
<style>
a { background-color: #45E2C9; }
a { background-color: rgb(69,226,201); }
div.DivClassName
{
background-color: #45E2C9;
}
.BgClassName
{
background-color: #45E2C9;
}
</style>
border-color css
<style>
span { border-color: #45E2C9; }
span { border-color: rgb(69,226,201); }
td.TdClassName
{
border-color: #45E2C9;
}
.TagClassName
{
border-color: #45E2C9;
}
</style>