Shades of Turquoise #45DDC0
Tints of Turquoise #45DDC0
RGB
CMYK
RGB Variations
Color information
#45DDC0 (or 0x45DDC0) is known color: Turquoise. HEX triplet: 45, DD and C0. RGB value is (69,221,192). Sum of RGB (Red+Green+Blue) = 69+221+192=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #45DDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DDC0 is #BA223F. Grayscale: #ACACAC. Windows color (decimal): -12198464 or 12639557. OLE color: 12639557.
HSL color Cylindrical-coordinate representation of color #45DDC0: hue angle of 168.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DDC0 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 192 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.13 |
| HSL | 168.55º | 0.69% | 0.57% | - |
| HSV(B) | 168.55º | 0.69% | 0.87% | - |
| XYZ | 37.83 | 56.78 | 58.84 | - |
| YUV | 172.25 | 139.14 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 192 | 0.69 | 0 | 0.13 | 0.13 | 168.55 | 0.69 | 0.57 |
| Hex | 45 | DD | C0 | 45 | 0 | D | D | A9 | 45 | 39 |
| Octal | 105 | 335 | 300 | 105 | 0 | 15 | 15 | 251 | 105 | 71 |
| Binary | 1000101 | 11011101 | 11000000 | 1000101 | 0 | 1101 | 1101 | 10101001 | 1000101 | 111001 |
Color Harmonies of #45DDC0
Complementary color
Monochromatic Colors of #45DDC0
Black with #45DDC0
Text Example
Text Example
White with #45DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDC0; }
p { color: rgb(69,221,192); }
H1.HeaderClassName
{
color: #45DDC0;
}
.AnyTagClassName
{
color: #45DDC0;
}
</style>
background-color css
<style>
a { background-color: #45DDC0; }
a { background-color: rgb(69,221,192); }
div.DivClassName
{
background-color: #45DDC0;
}
.BgClassName
{
background-color: #45DDC0;
}
</style>
border-color css
<style>
span { border-color: #45DDC0; }
span { border-color: rgb(69,221,192); }
td.TdClassName
{
border-color: #45DDC0;
}
.TagClassName
{
border-color: #45DDC0;
}
</style>