Shades of Turquoise #45DEDB
Tints of Turquoise #45DEDB
RGB
CMYK
RGB Variations
Color information
#45DEDB (or 0x45DEDB) is known color: Turquoise. HEX triplet: 45, DE and DB. RGB value is (69,222,219). Sum of RGB (Red+Green+Blue) = 69+222+219=510 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.53% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #45DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DEDB is #BA2124. Grayscale: #AFAFAF. Windows color (decimal): -12198181 or 14409285. OLE color: 14409285.
HSL color Cylindrical-coordinate representation of color #45DEDB: hue angle of 178.82º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DEDB is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 222 | 219 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.13 |
| HSL | 178.82º | 0.7% | 0.57% | - |
| HSV(B) | 178.82º | 0.69% | 0.87% | - |
| XYZ | 41.36 | 58.62 | 76.15 | - |
| YUV | 175.91 | 152.31 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 222 | 219 | 0.69 | 0 | 0.01 | 0.13 | 178.82 | 0.7 | 0.57 |
| Hex | 45 | DE | DB | 45 | 0 | 1 | D | B3 | 46 | 39 |
| Octal | 105 | 336 | 333 | 105 | 0 | 1 | 15 | 263 | 106 | 71 |
| Binary | 1000101 | 11011110 | 11011011 | 1000101 | 0 | 1 | 1101 | 10110011 | 1000110 | 111001 |
Color Harmonies of #45DEDB
Complementary color
Monochromatic Colors of #45DEDB
Black with #45DEDB
Text Example
Text Example
White with #45DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DEDB; }
p { color: rgb(69,222,219); }
H1.HeaderClassName
{
color: #45DEDB;
}
.AnyTagClassName
{
color: #45DEDB;
}
</style>
background-color css
<style>
a { background-color: #45DEDB; }
a { background-color: rgb(69,222,219); }
div.DivClassName
{
background-color: #45DEDB;
}
.BgClassName
{
background-color: #45DEDB;
}
</style>
border-color css
<style>
span { border-color: #45DEDB; }
span { border-color: rgb(69,222,219); }
td.TdClassName
{
border-color: #45DEDB;
}
.TagClassName
{
border-color: #45DEDB;
}
</style>