Shades of Turquoise #45DCBB
Tints of Turquoise #45DCBB
RGB
CMYK
RGB Variations
Color information
#45DCBB (or 0x45DCBB) is known color: Turquoise. HEX triplet: 45, DC and BB. RGB value is (69,220,187). Sum of RGB (Red+Green+Blue) = 69+220+187=476 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.50% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #45DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DCBB is #BA2344. Grayscale: #ABABAB. Windows color (decimal): -12198725 or 12311621. OLE color: 12311621.
HSL color Cylindrical-coordinate representation of color #45DCBB: hue angle of 166.89º 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 #45DCBB is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 187 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.14 |
| HSL | 166.89º | 0.68% | 0.57% | - |
| HSV(B) | 166.89º | 0.69% | 0.86% | - |
| XYZ | 37.02 | 56.04 | 55.88 | - |
| YUV | 171.09 | 136.97 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 187 | 0.69 | 0 | 0.15 | 0.14 | 166.89 | 0.68 | 0.57 |
| Hex | 45 | DC | BB | 45 | 0 | F | E | A7 | 44 | 39 |
| Octal | 105 | 334 | 273 | 105 | 0 | 17 | 16 | 247 | 104 | 71 |
| Binary | 1000101 | 11011100 | 10111011 | 1000101 | 0 | 1111 | 1110 | 10100111 | 1000100 | 111001 |
Color Harmonies of #45DCBB
Complementary color
Monochromatic Colors of #45DCBB
Black with #45DCBB
Text Example
Text Example
White with #45DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCBB; }
p { color: rgb(69,220,187); }
H1.HeaderClassName
{
color: #45DCBB;
}
.AnyTagClassName
{
color: #45DCBB;
}
</style>
background-color css
<style>
a { background-color: #45DCBB; }
a { background-color: rgb(69,220,187); }
div.DivClassName
{
background-color: #45DCBB;
}
.BgClassName
{
background-color: #45DCBB;
}
</style>
border-color css
<style>
span { border-color: #45DCBB; }
span { border-color: rgb(69,220,187); }
td.TdClassName
{
border-color: #45DCBB;
}
.TagClassName
{
border-color: #45DCBB;
}
</style>