Shades of Turquoise #45DDC7
Tints of Turquoise #45DDC7
RGB
CMYK
RGB Variations
Color information
#45DDC7 (or 0x45DDC7) is known color: Turquoise. HEX triplet: 45, DD and C7. RGB value is (69,221,199). Sum of RGB (Red+Green+Blue) = 69+221+199=489 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.11% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #45DDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DDC7 is #BA2238. Grayscale: #ACACAC. Windows color (decimal): -12198457 or 13098309. OLE color: 13098309.
HSL color Cylindrical-coordinate representation of color #45DDC7: hue angle of 171.32º 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 #45DDC7 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 199 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.13 |
| HSL | 171.32º | 0.69% | 0.57% | - |
| HSV(B) | 171.32º | 0.69% | 0.87% | - |
| XYZ | 38.62 | 57.1 | 63.02 | - |
| YUV | 173.04 | 142.64 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 199 | 0.69 | 0 | 0.10 | 0.13 | 171.32 | 0.69 | 0.57 |
| Hex | 45 | DD | C7 | 45 | 0 | A | D | AB | 45 | 39 |
| Octal | 105 | 335 | 307 | 105 | 0 | 12 | 15 | 253 | 105 | 71 |
| Binary | 1000101 | 11011101 | 11000111 | 1000101 | 0 | 1010 | 1101 | 10101011 | 1000101 | 111001 |
Color Harmonies of #45DDC7
Complementary color
Monochromatic Colors of #45DDC7
Black with #45DDC7
Text Example
Text Example
White with #45DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDC7; }
p { color: rgb(69,221,199); }
H1.HeaderClassName
{
color: #45DDC7;
}
.AnyTagClassName
{
color: #45DDC7;
}
</style>
background-color css
<style>
a { background-color: #45DDC7; }
a { background-color: rgb(69,221,199); }
div.DivClassName
{
background-color: #45DDC7;
}
.BgClassName
{
background-color: #45DDC7;
}
</style>
border-color css
<style>
span { border-color: #45DDC7; }
span { border-color: rgb(69,221,199); }
td.TdClassName
{
border-color: #45DDC7;
}
.TagClassName
{
border-color: #45DDC7;
}
</style>