Shades of Turquoise #45E2DB
Tints of Turquoise #45E2DB
RGB
CMYK
RGB Variations
Color information
#45E2DB (or 0x45E2DB) is known color: Turquoise. HEX triplet: 45, E2 and DB. RGB value is (69,226,219). Sum of RGB (Red+Green+Blue) = 69+226+219=514 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.42% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #45E2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E2DB is #BA1D24. Grayscale: #B2B2B2. Windows color (decimal): -12197157 or 14410309. OLE color: 14410309.
HSL color Cylindrical-coordinate representation of color #45E2DB: hue angle of 177.32º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E2DB is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 219 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.11 |
| HSL | 177.32º | 0.73% | 0.58% | - |
| HSV(B) | 177.32º | 0.69% | 0.89% | - |
| XYZ | 42.44 | 60.77 | 76.51 | - |
| YUV | 178.26 | 150.99 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 219 | 0.69 | 0 | 0.03 | 0.11 | 177.32 | 0.73 | 0.58 |
| Hex | 45 | E2 | DB | 45 | 0 | 3 | B | B1 | 49 | 3A |
| Octal | 105 | 342 | 333 | 105 | 0 | 3 | 13 | 261 | 111 | 72 |
| Binary | 1000101 | 11100010 | 11011011 | 1000101 | 0 | 11 | 1011 | 10110001 | 1001001 | 111010 |
Color Harmonies of #45E2DB
Complementary color
Monochromatic Colors of #45E2DB
Black with #45E2DB
Text Example
Text Example
White with #45E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E2DB; }
p { color: rgb(69,226,219); }
H1.HeaderClassName
{
color: #45E2DB;
}
.AnyTagClassName
{
color: #45E2DB;
}
</style>
background-color css
<style>
a { background-color: #45E2DB; }
a { background-color: rgb(69,226,219); }
div.DivClassName
{
background-color: #45E2DB;
}
.BgClassName
{
background-color: #45E2DB;
}
</style>
border-color css
<style>
span { border-color: #45E2DB; }
span { border-color: rgb(69,226,219); }
td.TdClassName
{
border-color: #45E2DB;
}
.TagClassName
{
border-color: #45E2DB;
}
</style>