Shades of Turquoise #45DCBC
Tints of Turquoise #45DCBC
RGB
CMYK
RGB Variations
Color information
#45DCBC (or 0x45DCBC) is known color: Turquoise. HEX triplet: 45, DC and BC. RGB value is (69,220,188). Sum of RGB (Red+Green+Blue) = 69+220+188=477 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.47% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #45DCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DCBC is #BA2343. Grayscale: #ABABAB. Windows color (decimal): -12198724 or 12377157. OLE color: 12377157.
HSL color Cylindrical-coordinate representation of color #45DCBC: hue angle of 167.28º 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 #45DCBC is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 188 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.14 |
| HSL | 167.28º | 0.68% | 0.57% | - |
| HSV(B) | 167.28º | 0.69% | 0.86% | - |
| XYZ | 37.12 | 56.08 | 56.45 | - |
| YUV | 171.2 | 137.47 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 188 | 0.69 | 0 | 0.15 | 0.14 | 167.28 | 0.68 | 0.57 |
| Hex | 45 | DC | BC | 45 | 0 | F | E | A7 | 44 | 39 |
| Octal | 105 | 334 | 274 | 105 | 0 | 17 | 16 | 247 | 104 | 71 |
| Binary | 1000101 | 11011100 | 10111100 | 1000101 | 0 | 1111 | 1110 | 10100111 | 1000100 | 111001 |
Color Harmonies of #45DCBC
Complementary color
Monochromatic Colors of #45DCBC
Black with #45DCBC
Text Example
Text Example
White with #45DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DCBC; }
p { color: rgb(69,220,188); }
H1.HeaderClassName
{
color: #45DCBC;
}
.AnyTagClassName
{
color: #45DCBC;
}
</style>
background-color css
<style>
a { background-color: #45DCBC; }
a { background-color: rgb(69,220,188); }
div.DivClassName
{
background-color: #45DCBC;
}
.BgClassName
{
background-color: #45DCBC;
}
</style>
border-color css
<style>
span { border-color: #45DCBC; }
span { border-color: rgb(69,220,188); }
td.TdClassName
{
border-color: #45DCBC;
}
.TagClassName
{
border-color: #45DCBC;
}
</style>