Shades of Medium Turquoise #45C9C2
Tints of Medium Turquoise #45C9C2
RGB
CMYK
RGB Variations
Color information
#45C9C2 (or 0x45C9C2) is known color: Medium Turquoise. HEX triplet: 45, C9 and C2. RGB value is (69,201,194). Sum of RGB (Red+Green+Blue) = 69+201+194=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #45C9C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C9C2 is #BA363D. Grayscale: #A0A0A0. Windows color (decimal): -12203582 or 12765509. OLE color: 12765509.
HSL color Cylindrical-coordinate representation of color #45C9C2: hue angle of 176.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C9C2 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 194 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.21 |
| HSL | 176.82º | 0.55% | 0.53% | - |
| HSV(B) | 176.82º | 0.66% | 0.79% | - |
| XYZ | 33.08 | 46.93 | 58.35 | - |
| YUV | 160.73 | 146.77 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 194 | 0.66 | 0 | 0.03 | 0.21 | 176.82 | 0.55 | 0.53 |
| Hex | 45 | C9 | C2 | 42 | 0 | 3 | 15 | B1 | 37 | 35 |
| Octal | 105 | 311 | 302 | 102 | 0 | 3 | 25 | 261 | 67 | 65 |
| Binary | 1000101 | 11001001 | 11000010 | 1000010 | 0 | 11 | 10101 | 10110001 | 110111 | 110101 |
Color Harmonies of #45C9C2
Complementary color
Monochromatic Colors of #45C9C2
Black with #45C9C2
Text Example
Text Example
White with #45C9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C9C2; }
p { color: rgb(69,201,194); }
H1.HeaderClassName
{
color: #45C9C2;
}
.AnyTagClassName
{
color: #45C9C2;
}
</style>
background-color css
<style>
a { background-color: #45C9C2; }
a { background-color: rgb(69,201,194); }
div.DivClassName
{
background-color: #45C9C2;
}
.BgClassName
{
background-color: #45C9C2;
}
</style>
border-color css
<style>
span { border-color: #45C9C2; }
span { border-color: rgb(69,201,194); }
td.TdClassName
{
border-color: #45C9C2;
}
.TagClassName
{
border-color: #45C9C2;
}
</style>