Shades of Turquoise #45DBD3
Tints of Turquoise #45DBD3
RGB
CMYK
RGB Variations
Color information
#45DBD3 (or 0x45DBD3) is known color: Turquoise. HEX triplet: 45, DB and D3. RGB value is (69,219,211). Sum of RGB (Red+Green+Blue) = 69+219+211=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #45DBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DBD3 is #BA242C. Grayscale: #ADADAD. Windows color (decimal): -12198957 or 13884229. OLE color: 13884229.
HSL color Cylindrical-coordinate representation of color #45DBD3: hue angle of 176.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45DBD3 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 219 | 211 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.14 |
| HSL | 176.8º | 0.68% | 0.56% | - |
| HSV(B) | 176.8º | 0.68% | 0.86% | - |
| XYZ | 39.54 | 56.63 | 70.47 | - |
| YUV | 173.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 211 | 0.68 | 0 | 0.04 | 0.14 | 176.8 | 0.68 | 0.56 |
| Hex | 45 | DB | D3 | 44 | 0 | 4 | E | B1 | 44 | 38 |
| Octal | 105 | 333 | 323 | 104 | 0 | 4 | 16 | 261 | 104 | 70 |
| Binary | 1000101 | 11011011 | 11010011 | 1000100 | 0 | 100 | 1110 | 10110001 | 1000100 | 111000 |
Color Harmonies of #45DBD3
Complementary color
Monochromatic Colors of #45DBD3
Black with #45DBD3
Text Example
Text Example
White with #45DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBD3; }
p { color: rgb(69,219,211); }
H1.HeaderClassName
{
color: #45DBD3;
}
.AnyTagClassName
{
color: #45DBD3;
}
</style>
background-color css
<style>
a { background-color: #45DBD3; }
a { background-color: rgb(69,219,211); }
div.DivClassName
{
background-color: #45DBD3;
}
.BgClassName
{
background-color: #45DBD3;
}
</style>
border-color css
<style>
span { border-color: #45DBD3; }
span { border-color: rgb(69,219,211); }
td.TdClassName
{
border-color: #45DBD3;
}
.TagClassName
{
border-color: #45DBD3;
}
</style>