Shades of Turquoise #45DCDB
Tints of Turquoise #45DCDB
RGB
CMYK
RGB Variations
Color information
#45DCDB (or 0x45DCDB) is known color: Turquoise. HEX triplet: 45, DC and DB. RGB value is (69,220,219). Sum of RGB (Red+Green+Blue) = 69+220+219=508 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.58% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #45DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DCDB is #BA2324. Grayscale: #AEAEAE. Windows color (decimal): -12198693 or 14408773. OLE color: 14408773.
HSL color Cylindrical-coordinate representation of color #45DCDB: hue angle of 179.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DCDB is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 219 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.14 |
| HSL | 179.6º | 0.68% | 0.57% | - |
| HSV(B) | 179.6º | 0.69% | 0.86% | - |
| XYZ | 40.83 | 57.57 | 75.98 | - |
| YUV | 174.74 | 152.97 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 219 | 0.69 | 0 | 0.00 | 0.14 | 179.6 | 0.68 | 0.57 |
| Hex | 45 | DC | DB | 45 | 0 | 0 | E | B4 | 44 | 39 |
| Octal | 105 | 334 | 333 | 105 | 0 | 0 | 16 | 264 | 104 | 71 |
| Binary | 1000101 | 11011100 | 11011011 | 1000101 | 0 | 0 | 1110 | 10110100 | 1000100 | 111001 |
Color Harmonies of #45DCDB
Complementary color
Monochromatic Colors of #45DCDB
Black with #45DCDB
Text Example
Text Example
White with #45DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCDB; }
p { color: rgb(69,220,219); }
H1.HeaderClassName
{
color: #45DCDB;
}
.AnyTagClassName
{
color: #45DCDB;
}
</style>
background-color css
<style>
a { background-color: #45DCDB; }
a { background-color: rgb(69,220,219); }
div.DivClassName
{
background-color: #45DCDB;
}
.BgClassName
{
background-color: #45DCDB;
}
</style>
border-color css
<style>
span { border-color: #45DCDB; }
span { border-color: rgb(69,220,219); }
td.TdClassName
{
border-color: #45DCDB;
}
.TagClassName
{
border-color: #45DCDB;
}
</style>