Shades of Turquoise #45E1C2
Tints of Turquoise #45E1C2
RGB
CMYK
RGB Variations
Color information
#45E1C2 (or 0x45E1C2) is known color: Turquoise. HEX triplet: 45, E1 and C2. RGB value is (69,225,194). Sum of RGB (Red+Green+Blue) = 69+225+194=488 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.14% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #45E1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E1C2 is #BA1E3D. Grayscale: #AEAEAE. Windows color (decimal): -12197438 or 12771653. OLE color: 12771653.
HSL color Cylindrical-coordinate representation of color #45E1C2: hue angle of 168.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E1C2 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 194 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.12 |
| HSL | 168.08º | 0.72% | 0.58% | - |
| HSV(B) | 168.08º | 0.69% | 0.88% | - |
| XYZ | 39.12 | 59.01 | 60.37 | - |
| YUV | 174.82 | 138.82 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 194 | 0.69 | 0 | 0.14 | 0.12 | 168.08 | 0.72 | 0.58 |
| Hex | 45 | E1 | C2 | 45 | 0 | E | C | A8 | 48 | 3A |
| Octal | 105 | 341 | 302 | 105 | 0 | 16 | 14 | 250 | 110 | 72 |
| Binary | 1000101 | 11100001 | 11000010 | 1000101 | 0 | 1110 | 1100 | 10101000 | 1001000 | 111010 |
Color Harmonies of #45E1C2
Complementary color
Monochromatic Colors of #45E1C2
Black with #45E1C2
Text Example
Text Example
White with #45E1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E1C2; }
p { color: rgb(69,225,194); }
H1.HeaderClassName
{
color: #45E1C2;
}
.AnyTagClassName
{
color: #45E1C2;
}
</style>
background-color css
<style>
a { background-color: #45E1C2; }
a { background-color: rgb(69,225,194); }
div.DivClassName
{
background-color: #45E1C2;
}
.BgClassName
{
background-color: #45E1C2;
}
</style>
border-color css
<style>
span { border-color: #45E1C2; }
span { border-color: rgb(69,225,194); }
td.TdClassName
{
border-color: #45E1C2;
}
.TagClassName
{
border-color: #45E1C2;
}
</style>