Shades of Medium Turquoise #45D1DB
Tints of Medium Turquoise #45D1DB
RGB
CMYK
RGB Variations
Color information
#45D1DB (or 0x45D1DB) is known color: Medium Turquoise. HEX triplet: 45, D1 and DB. RGB value is (69,209,219). Sum of RGB (Red+Green+Blue) = 69+209+219=497 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.88% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #45D1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D1DB is #BA2E24. Grayscale: #A8A8A8. Windows color (decimal): -12201509 or 14405957. OLE color: 14405957.
HSL color Cylindrical-coordinate representation of color #45D1DB: hue angle of 184º 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 #45D1DB is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 209 | 219 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.14 |
| HSL | 184º | 0.68% | 0.56% | - |
| HSV(B) | 184º | 0.68% | 0.86% | - |
| XYZ | 38.04 | 51.98 | 75.05 | - |
| YUV | 168.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 209 | 219 | 0.68 | 0.05 | 0 | 0.14 | 184 | 0.68 | 0.56 |
| Hex | 45 | D1 | DB | 44 | 5 | 0 | E | B8 | 44 | 38 |
| Octal | 105 | 321 | 333 | 104 | 5 | 0 | 16 | 270 | 104 | 70 |
| Binary | 1000101 | 11010001 | 11011011 | 1000100 | 101 | 0 | 1110 | 10111000 | 1000100 | 111000 |
Color Harmonies of #45D1DB
Complementary color
Monochromatic Colors of #45D1DB
Black with #45D1DB
Text Example
Text Example
White with #45D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D1DB; }
p { color: rgb(69,209,219); }
H1.HeaderClassName
{
color: #45D1DB;
}
.AnyTagClassName
{
color: #45D1DB;
}
</style>
background-color css
<style>
a { background-color: #45D1DB; }
a { background-color: rgb(69,209,219); }
div.DivClassName
{
background-color: #45D1DB;
}
.BgClassName
{
background-color: #45D1DB;
}
</style>
border-color css
<style>
span { border-color: #45D1DB; }
span { border-color: rgb(69,209,219); }
td.TdClassName
{
border-color: #45D1DB;
}
.TagClassName
{
border-color: #45D1DB;
}
</style>