Shades of Medium Turquoise #45C8C6
Tints of Medium Turquoise #45C8C6
RGB
CMYK
RGB Variations
Color information
#45C8C6 (or 0x45C8C6) is known color: Medium Turquoise. HEX triplet: 45, C8 and C6. RGB value is (69,200,198). Sum of RGB (Red+Green+Blue) = 69+200+198=467 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.78% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #45C8C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C8C6 is #BA3739. Grayscale: #A0A0A0. Windows color (decimal): -12203834 or 13027397. OLE color: 13027397.
HSL color Cylindrical-coordinate representation of color #45C8C6: hue angle of 179.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C8C6 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 198 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.22 |
| HSL | 179.08º | 0.54% | 0.53% | - |
| HSV(B) | 179.08º | 0.66% | 0.78% | - |
| XYZ | 33.3 | 46.65 | 60.68 | - |
| YUV | 160.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 198 | 0.66 | 0 | 0.01 | 0.22 | 179.08 | 0.54 | 0.53 |
| Hex | 45 | C8 | C6 | 42 | 0 | 1 | 16 | B3 | 36 | 35 |
| Octal | 105 | 310 | 306 | 102 | 0 | 1 | 26 | 263 | 66 | 65 |
| Binary | 1000101 | 11001000 | 11000110 | 1000010 | 0 | 1 | 10110 | 10110011 | 110110 | 110101 |
Color Harmonies of #45C8C6
Complementary color
Monochromatic Colors of #45C8C6
Black with #45C8C6
Text Example
Text Example
White with #45C8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C8C6; }
p { color: rgb(69,200,198); }
H1.HeaderClassName
{
color: #45C8C6;
}
.AnyTagClassName
{
color: #45C8C6;
}
</style>
background-color css
<style>
a { background-color: #45C8C6; }
a { background-color: rgb(69,200,198); }
div.DivClassName
{
background-color: #45C8C6;
}
.BgClassName
{
background-color: #45C8C6;
}
</style>
border-color css
<style>
span { border-color: #45C8C6; }
span { border-color: rgb(69,200,198); }
td.TdClassName
{
border-color: #45C8C6;
}
.TagClassName
{
border-color: #45C8C6;
}
</style>