Shades of Medium Turquoise #45D8C5
Tints of Medium Turquoise #45D8C5
RGB
CMYK
RGB Variations
Color information
#45D8C5 (or 0x45D8C5) is known color: Medium Turquoise. HEX triplet: 45, D8 and C5. RGB value is (69,216,197). Sum of RGB (Red+Green+Blue) = 69+216+197=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #45D8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D8C5 is #BA273A. Grayscale: #A9A9A9. Windows color (decimal): -12199739 or 12965957. OLE color: 12965957.
HSL color Cylindrical-coordinate representation of color #45D8C5: hue angle of 172.24º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D8C5 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 216 | 197 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.15 |
| HSL | 172.24º | 0.65% | 0.56% | - |
| HSV(B) | 172.24º | 0.68% | 0.85% | - |
| XYZ | 37.09 | 54.41 | 61.37 | - |
| YUV | 169.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 216 | 197 | 0.68 | 0 | 0.09 | 0.15 | 172.24 | 0.65 | 0.56 |
| Hex | 45 | D8 | C5 | 44 | 0 | 9 | F | AC | 41 | 38 |
| Octal | 105 | 330 | 305 | 104 | 0 | 11 | 17 | 254 | 101 | 70 |
| Binary | 1000101 | 11011000 | 11000101 | 1000100 | 0 | 1001 | 1111 | 10101100 | 1000001 | 111000 |
Color Harmonies of #45D8C5
Complementary color
Monochromatic Colors of #45D8C5
Black with #45D8C5
Text Example
Text Example
White with #45D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D8C5; }
p { color: rgb(69,216,197); }
H1.HeaderClassName
{
color: #45D8C5;
}
.AnyTagClassName
{
color: #45D8C5;
}
</style>
background-color css
<style>
a { background-color: #45D8C5; }
a { background-color: rgb(69,216,197); }
div.DivClassName
{
background-color: #45D8C5;
}
.BgClassName
{
background-color: #45D8C5;
}
</style>
border-color css
<style>
span { border-color: #45D8C5; }
span { border-color: rgb(69,216,197); }
td.TdClassName
{
border-color: #45D8C5;
}
.TagClassName
{
border-color: #45D8C5;
}
</style>