Shades of Turquoise #45E0BC
Tints of Turquoise #45E0BC
RGB
CMYK
RGB Variations
Color information
#45E0BC (or 0x45E0BC) is known color: Turquoise. HEX triplet: 45, E0 and BC. RGB value is (69,224,188). Sum of RGB (Red+Green+Blue) = 69+224+188=481 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.35% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #45E0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E0BC is #BA1F43. Grayscale: #ADADAD. Windows color (decimal): -12197700 or 12378181. OLE color: 12378181.
HSL color Cylindrical-coordinate representation of color #45E0BC: hue angle of 166.06º 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 #45E0BC is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 224 | 188 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.12 |
| HSL | 166.06º | 0.71% | 0.57% | - |
| HSV(B) | 166.06º | 0.69% | 0.88% | - |
| XYZ | 38.19 | 58.21 | 56.8 | - |
| YUV | 173.55 | 136.15 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 188 | 0.69 | 0 | 0.16 | 0.12 | 166.06 | 0.71 | 0.57 |
| Hex | 45 | E0 | BC | 45 | 0 | 10 | C | A6 | 47 | 39 |
| Octal | 105 | 340 | 274 | 105 | 0 | 20 | 14 | 246 | 107 | 71 |
| Binary | 1000101 | 11100000 | 10111100 | 1000101 | 0 | 10000 | 1100 | 10100110 | 1000111 | 111001 |
Color Harmonies of #45E0BC
Complementary color
Monochromatic Colors of #45E0BC
Black with #45E0BC
Text Example
Text Example
White with #45E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E0BC; }
p { color: rgb(69,224,188); }
H1.HeaderClassName
{
color: #45E0BC;
}
.AnyTagClassName
{
color: #45E0BC;
}
</style>
background-color css
<style>
a { background-color: #45E0BC; }
a { background-color: rgb(69,224,188); }
div.DivClassName
{
background-color: #45E0BC;
}
.BgClassName
{
background-color: #45E0BC;
}
</style>
border-color css
<style>
span { border-color: #45E0BC; }
span { border-color: rgb(69,224,188); }
td.TdClassName
{
border-color: #45E0BC;
}
.TagClassName
{
border-color: #45E0BC;
}
</style>