Shades of Medium Turquoise #45C1C2
Tints of Medium Turquoise #45C1C2
RGB
CMYK
RGB Variations
Color information
#45C1C2 (or 0x45C1C2) is known color: Medium Turquoise. HEX triplet: 45, C1 and C2. RGB value is (69,193,194). Sum of RGB (Red+Green+Blue) = 69+193+194=456 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.13% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #45C1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C1C2 is #BA3E3D. Grayscale: #9B9B9B. Windows color (decimal): -12205630 or 12763461. OLE color: 12763461.
HSL color Cylindrical-coordinate representation of color #45C1C2: hue angle of 180.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C1C2 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 194 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.24 |
| HSL | 180.48º | 0.51% | 0.52% | - |
| HSV(B) | 180.48º | 0.64% | 0.76% | - |
| XYZ | 31.26 | 43.3 | 57.75 | - |
| YUV | 156.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 194 | 0.64 | 0.01 | 0 | 0.24 | 180.48 | 0.51 | 0.52 |
| Hex | 45 | C1 | C2 | 40 | 1 | 0 | 18 | B4 | 33 | 34 |
| Octal | 105 | 301 | 302 | 100 | 1 | 0 | 30 | 264 | 63 | 64 |
| Binary | 1000101 | 11000001 | 11000010 | 1000000 | 1 | 0 | 11000 | 10110100 | 110011 | 110100 |
Color Harmonies of #45C1C2
Complementary color
Monochromatic Colors of #45C1C2
Black with #45C1C2
Text Example
Text Example
White with #45C1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C1C2; }
p { color: rgb(69,193,194); }
H1.HeaderClassName
{
color: #45C1C2;
}
.AnyTagClassName
{
color: #45C1C2;
}
</style>
background-color css
<style>
a { background-color: #45C1C2; }
a { background-color: rgb(69,193,194); }
div.DivClassName
{
background-color: #45C1C2;
}
.BgClassName
{
background-color: #45C1C2;
}
</style>
border-color css
<style>
span { border-color: #45C1C2; }
span { border-color: rgb(69,193,194); }
td.TdClassName
{
border-color: #45C1C2;
}
.TagClassName
{
border-color: #45C1C2;
}
</style>