Shades of Turquoise #45DDD1
Tints of Turquoise #45DDD1
RGB
CMYK
RGB Variations
Color information
#45DDD1 (or 0x45DDD1) is known color: Turquoise. HEX triplet: 45, DD and D1. RGB value is (69,221,209). Sum of RGB (Red+Green+Blue) = 69+221+209=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #45DDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DDD1 is #BA222E. Grayscale: #AEAEAE. Windows color (decimal): -12198447 or 13753669. OLE color: 13753669.
HSL color Cylindrical-coordinate representation of color #45DDD1: hue angle of 175.26º 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 #45DDD1 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 209 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.13 |
| HSL | 175.26º | 0.69% | 0.57% | - |
| HSV(B) | 175.26º | 0.69% | 0.87% | - |
| XYZ | 39.82 | 57.58 | 69.34 | - |
| YUV | 174.18 | 147.64 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 209 | 0.69 | 0 | 0.05 | 0.13 | 175.26 | 0.69 | 0.57 |
| Hex | 45 | DD | D1 | 45 | 0 | 5 | D | AF | 45 | 39 |
| Octal | 105 | 335 | 321 | 105 | 0 | 5 | 15 | 257 | 105 | 71 |
| Binary | 1000101 | 11011101 | 11010001 | 1000101 | 0 | 101 | 1101 | 10101111 | 1000101 | 111001 |
Color Harmonies of #45DDD1
Complementary color
Monochromatic Colors of #45DDD1
Black with #45DDD1
Text Example
Text Example
White with #45DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDD1; }
p { color: rgb(69,221,209); }
H1.HeaderClassName
{
color: #45DDD1;
}
.AnyTagClassName
{
color: #45DDD1;
}
</style>
background-color css
<style>
a { background-color: #45DDD1; }
a { background-color: rgb(69,221,209); }
div.DivClassName
{
background-color: #45DDD1;
}
.BgClassName
{
background-color: #45DDD1;
}
</style>
border-color css
<style>
span { border-color: #45DDD1; }
span { border-color: rgb(69,221,209); }
td.TdClassName
{
border-color: #45DDD1;
}
.TagClassName
{
border-color: #45DDD1;
}
</style>