Shades of Turquoise #45DDC5
Tints of Turquoise #45DDC5
RGB
CMYK
RGB Variations
Color information
#45DDC5 (or 0x45DDC5) is known color: Turquoise. HEX triplet: 45, DD and C5. RGB value is (69,221,197). Sum of RGB (Red+Green+Blue) = 69+221+197=487 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.17% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #45DDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DDC5 is #BA223A. Grayscale: #ACACAC. Windows color (decimal): -12198459 or 12967237. OLE color: 12967237.
HSL color Cylindrical-coordinate representation of color #45DDC5: hue angle of 170.53º 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 #45DDC5 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 197 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.13 |
| HSL | 170.53º | 0.69% | 0.57% | - |
| HSV(B) | 170.53º | 0.69% | 0.87% | - |
| XYZ | 38.39 | 57.01 | 61.8 | - |
| YUV | 172.82 | 141.64 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 197 | 0.69 | 0 | 0.11 | 0.13 | 170.53 | 0.69 | 0.57 |
| Hex | 45 | DD | C5 | 45 | 0 | B | D | AB | 45 | 39 |
| Octal | 105 | 335 | 305 | 105 | 0 | 13 | 15 | 253 | 105 | 71 |
| Binary | 1000101 | 11011101 | 11000101 | 1000101 | 0 | 1011 | 1101 | 10101011 | 1000101 | 111001 |
Color Harmonies of #45DDC5
Complementary color
Monochromatic Colors of #45DDC5
Black with #45DDC5
Text Example
Text Example
White with #45DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDC5; }
p { color: rgb(69,221,197); }
H1.HeaderClassName
{
color: #45DDC5;
}
.AnyTagClassName
{
color: #45DDC5;
}
</style>
background-color css
<style>
a { background-color: #45DDC5; }
a { background-color: rgb(69,221,197); }
div.DivClassName
{
background-color: #45DDC5;
}
.BgClassName
{
background-color: #45DDC5;
}
</style>
border-color css
<style>
span { border-color: #45DDC5; }
span { border-color: rgb(69,221,197); }
td.TdClassName
{
border-color: #45DDC5;
}
.TagClassName
{
border-color: #45DDC5;
}
</style>