Shades of Turquoise #45E0C1
Tints of Turquoise #45E0C1
RGB
CMYK
RGB Variations
Color information
#45E0C1 (or 0x45E0C1) is known color: Turquoise. HEX triplet: 45, E0 and C1. RGB value is (69,224,193). Sum of RGB (Red+Green+Blue) = 69+224+193=486 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.20% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #45E0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E0C1 is #BA1F3E. Grayscale: #AEAEAE. Windows color (decimal): -12197695 or 12705861. OLE color: 12705861.
HSL color Cylindrical-coordinate representation of color #45E0C1: hue angle of 168º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E0C1 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 224 | 193 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.12 |
| HSL | 168º | 0.71% | 0.57% | - |
| HSV(B) | 168º | 0.69% | 0.88% | - |
| XYZ | 38.74 | 58.43 | 59.69 | - |
| YUV | 174.12 | 138.65 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 193 | 0.69 | 0 | 0.14 | 0.12 | 168 | 0.71 | 0.57 |
| Hex | 45 | E0 | C1 | 45 | 0 | E | C | A8 | 47 | 39 |
| Octal | 105 | 340 | 301 | 105 | 0 | 16 | 14 | 250 | 107 | 71 |
| Binary | 1000101 | 11100000 | 11000001 | 1000101 | 0 | 1110 | 1100 | 10101000 | 1000111 | 111001 |
Color Harmonies of #45E0C1
Complementary color
Monochromatic Colors of #45E0C1
Black with #45E0C1
Text Example
Text Example
White with #45E0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E0C1; }
p { color: rgb(69,224,193); }
H1.HeaderClassName
{
color: #45E0C1;
}
.AnyTagClassName
{
color: #45E0C1;
}
</style>
background-color css
<style>
a { background-color: #45E0C1; }
a { background-color: rgb(69,224,193); }
div.DivClassName
{
background-color: #45E0C1;
}
.BgClassName
{
background-color: #45E0C1;
}
</style>
border-color css
<style>
span { border-color: #45E0C1; }
span { border-color: rgb(69,224,193); }
td.TdClassName
{
border-color: #45E0C1;
}
.TagClassName
{
border-color: #45E0C1;
}
</style>