Shades of Medium Turquoise #45D6B6
Tints of Medium Turquoise #45D6B6
RGB
CMYK
RGB Variations
Color information
#45D6B6 (or 0x45D6B6) is known color: Medium Turquoise. HEX triplet: 45, D6 and B6. RGB value is (69,214,182). Sum of RGB (Red+Green+Blue) = 69+214+182=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #45D6B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D6B6 is #BA2949. Grayscale: #A6A6A6. Windows color (decimal): -12200266 or 11982405. OLE color: 11982405.
HSL color Cylindrical-coordinate representation of color #45D6B6: hue angle of 166.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D6B6 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 182 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.16 |
| HSL | 166.76º | 0.64% | 0.55% | - |
| HSV(B) | 166.76º | 0.68% | 0.84% | - |
| XYZ | 34.94 | 52.74 | 52.59 | - |
| YUV | 167 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 182 | 0.68 | 0 | 0.15 | 0.16 | 166.76 | 0.64 | 0.55 |
| Hex | 45 | D6 | B6 | 44 | 0 | F | 10 | A7 | 40 | 37 |
| Octal | 105 | 326 | 266 | 104 | 0 | 17 | 20 | 247 | 100 | 67 |
| Binary | 1000101 | 11010110 | 10110110 | 1000100 | 0 | 1111 | 10000 | 10100111 | 1000000 | 110111 |
Color Harmonies of #45D6B6
Complementary color
Monochromatic Colors of #45D6B6
Black with #45D6B6
Text Example
Text Example
White with #45D6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D6B6; }
p { color: rgb(69,214,182); }
H1.HeaderClassName
{
color: #45D6B6;
}
.AnyTagClassName
{
color: #45D6B6;
}
</style>
background-color css
<style>
a { background-color: #45D6B6; }
a { background-color: rgb(69,214,182); }
div.DivClassName
{
background-color: #45D6B6;
}
.BgClassName
{
background-color: #45D6B6;
}
</style>
border-color css
<style>
span { border-color: #45D6B6; }
span { border-color: rgb(69,214,182); }
td.TdClassName
{
border-color: #45D6B6;
}
.TagClassName
{
border-color: #45D6B6;
}
</style>