Shades of Turquoise #45D9DB
Tints of Turquoise #45D9DB
RGB
CMYK
RGB Variations
Color information
#45D9DB (or 0x45D9DB) is known color: Turquoise. HEX triplet: 45, D9 and DB. RGB value is (69,217,219). Sum of RGB (Red+Green+Blue) = 69+217+219=505 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.66% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #45D9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D9DB is #BA2624. Grayscale: #ACACAC. Windows color (decimal): -12199461 or 14408005. OLE color: 14408005.
HSL color Cylindrical-coordinate representation of color #45D9DB: hue angle of 180.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D9DB is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 217 | 219 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.14 |
| HSL | 180.8º | 0.68% | 0.56% | - |
| HSV(B) | 180.8º | 0.68% | 0.86% | - |
| XYZ | 40.05 | 56.01 | 75.72 | - |
| YUV | 172.98 | 153.97 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 219 | 0.68 | 0.01 | 0 | 0.14 | 180.8 | 0.68 | 0.56 |
| Hex | 45 | D9 | DB | 44 | 1 | 0 | E | B5 | 44 | 38 |
| Octal | 105 | 331 | 333 | 104 | 1 | 0 | 16 | 265 | 104 | 70 |
| Binary | 1000101 | 11011001 | 11011011 | 1000100 | 1 | 0 | 1110 | 10110101 | 1000100 | 111000 |
Color Harmonies of #45D9DB
Complementary color
Monochromatic Colors of #45D9DB
Black with #45D9DB
Text Example
Text Example
White with #45D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D9DB; }
p { color: rgb(69,217,219); }
H1.HeaderClassName
{
color: #45D9DB;
}
.AnyTagClassName
{
color: #45D9DB;
}
</style>
background-color css
<style>
a { background-color: #45D9DB; }
a { background-color: rgb(69,217,219); }
div.DivClassName
{
background-color: #45D9DB;
}
.BgClassName
{
background-color: #45D9DB;
}
</style>
border-color css
<style>
span { border-color: #45D9DB; }
span { border-color: rgb(69,217,219); }
td.TdClassName
{
border-color: #45D9DB;
}
.TagClassName
{
border-color: #45D9DB;
}
</style>