Shades of Medium Turquoise #45D4DB
Tints of Medium Turquoise #45D4DB
RGB
CMYK
RGB Variations
Color information
#45D4DB (or 0x45D4DB) is known color: Medium Turquoise. HEX triplet: 45, D4 and DB. RGB value is (69,212,219). Sum of RGB (Red+Green+Blue) = 69+212+219=500 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.8% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #45D4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D4DB is #BA2B24. Grayscale: #A9A9A9. Windows color (decimal): -12200741 or 14406725. OLE color: 14406725.
HSL color Cylindrical-coordinate representation of color #45D4DB: hue angle of 182.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 #45D4DB is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 212 | 219 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.14 |
| HSL | 182.8º | 0.68% | 0.56% | - |
| HSV(B) | 182.8º | 0.68% | 0.86% | - |
| XYZ | 38.78 | 53.47 | 75.29 | - |
| YUV | 170.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 212 | 219 | 0.68 | 0.03 | 0 | 0.14 | 182.8 | 0.68 | 0.56 |
| Hex | 45 | D4 | DB | 44 | 3 | 0 | E | B7 | 44 | 38 |
| Octal | 105 | 324 | 333 | 104 | 3 | 0 | 16 | 267 | 104 | 70 |
| Binary | 1000101 | 11010100 | 11011011 | 1000100 | 11 | 0 | 1110 | 10110111 | 1000100 | 111000 |
Color Harmonies of #45D4DB
Complementary color
Monochromatic Colors of #45D4DB
Black with #45D4DB
Text Example
Text Example
White with #45D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D4DB; }
p { color: rgb(69,212,219); }
H1.HeaderClassName
{
color: #45D4DB;
}
.AnyTagClassName
{
color: #45D4DB;
}
</style>
background-color css
<style>
a { background-color: #45D4DB; }
a { background-color: rgb(69,212,219); }
div.DivClassName
{
background-color: #45D4DB;
}
.BgClassName
{
background-color: #45D4DB;
}
</style>
border-color css
<style>
span { border-color: #45D4DB; }
span { border-color: rgb(69,212,219); }
td.TdClassName
{
border-color: #45D4DB;
}
.TagClassName
{
border-color: #45D4DB;
}
</style>