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