Shades of Turquoise #45DDDB
Tints of Turquoise #45DDDB
RGB
CMYK
RGB Variations
Color information
#45DDDB (or 0x45DDDB) is known color: Turquoise. HEX triplet: 45, DD and DB. RGB value is (69,221,219). Sum of RGB (Red+Green+Blue) = 69+221+219=509 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.56% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #45DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DDDB is #BA2224. Grayscale: #AFAFAF. Windows color (decimal): -12198437 or 14409029. OLE color: 14409029.
HSL color Cylindrical-coordinate representation of color #45DDDB: hue angle of 179.21º 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 #45DDDB is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 219 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.13 |
| HSL | 179.21º | 0.69% | 0.57% | - |
| HSV(B) | 179.21º | 0.69% | 0.87% | - |
| XYZ | 41.1 | 58.09 | 76.06 | - |
| YUV | 175.32 | 152.64 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 219 | 0.69 | 0 | 0.01 | 0.13 | 179.21 | 0.69 | 0.57 |
| Hex | 45 | DD | DB | 45 | 0 | 1 | D | B3 | 45 | 39 |
| Octal | 105 | 335 | 333 | 105 | 0 | 1 | 15 | 263 | 105 | 71 |
| Binary | 1000101 | 11011101 | 11011011 | 1000101 | 0 | 1 | 1101 | 10110011 | 1000101 | 111001 |
Color Harmonies of #45DDDB
Complementary color
Monochromatic Colors of #45DDDB
Black with #45DDDB
Text Example
Text Example
White with #45DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DDDB; }
p { color: rgb(69,221,219); }
H1.HeaderClassName
{
color: #45DDDB;
}
.AnyTagClassName
{
color: #45DDDB;
}
</style>
background-color css
<style>
a { background-color: #45DDDB; }
a { background-color: rgb(69,221,219); }
div.DivClassName
{
background-color: #45DDDB;
}
.BgClassName
{
background-color: #45DDDB;
}
</style>
border-color css
<style>
span { border-color: #45DDDB; }
span { border-color: rgb(69,221,219); }
td.TdClassName
{
border-color: #45DDDB;
}
.TagClassName
{
border-color: #45DDDB;
}
</style>