Shades of Turquoise #45EDDB
Tints of Turquoise #45EDDB
RGB
CMYK
RGB Variations
Color information
#45EDDB (or 0x45EDDB) is known color: Turquoise. HEX triplet: 45, ED and DB. RGB value is (69,237,219). Sum of RGB (Red+Green+Blue) = 69+237+219=525 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.14% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #45EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EDDB is #BA1224. Grayscale: #B8B8B8. Windows color (decimal): -12194341 or 14413125. OLE color: 14413125.
HSL color Cylindrical-coordinate representation of color #45EDDB: hue angle of 173.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EDDB is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 219 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.07 |
| HSL | 173.57º | 0.82% | 0.6% | - |
| HSV(B) | 173.57º | 0.71% | 0.93% | - |
| XYZ | 45.52 | 66.95 | 77.54 | - |
| YUV | 184.72 | 147.34 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 219 | 0.71 | 0 | 0.08 | 0.07 | 173.57 | 0.82 | 0.6 |
| Hex | 45 | ED | DB | 47 | 0 | 8 | 7 | AE | 52 | 3C |
| Octal | 105 | 355 | 333 | 107 | 0 | 10 | 7 | 256 | 122 | 74 |
| Binary | 1000101 | 11101101 | 11011011 | 1000111 | 0 | 1000 | 111 | 10101110 | 1010010 | 111100 |
Color Harmonies of #45EDDB
Complementary color
Monochromatic Colors of #45EDDB
Black with #45EDDB
Text Example
Text Example
White with #45EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EDDB; }
p { color: rgb(69,237,219); }
H1.HeaderClassName
{
color: #45EDDB;
}
.AnyTagClassName
{
color: #45EDDB;
}
</style>
background-color css
<style>
a { background-color: #45EDDB; }
a { background-color: rgb(69,237,219); }
div.DivClassName
{
background-color: #45EDDB;
}
.BgClassName
{
background-color: #45EDDB;
}
</style>
border-color css
<style>
span { border-color: #45EDDB; }
span { border-color: rgb(69,237,219); }
td.TdClassName
{
border-color: #45EDDB;
}
.TagClassName
{
border-color: #45EDDB;
}
</style>