Shades of Medium Turquoise #45CCC0
Tints of Medium Turquoise #45CCC0
RGB
CMYK
RGB Variations
Color information
#45CCC0 (or 0x45CCC0) is known color: Medium Turquoise. HEX triplet: 45, CC and C0. RGB value is (69,204,192). Sum of RGB (Red+Green+Blue) = 69+204+192=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #45CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCC0 is #BA333F. Grayscale: #A2A2A2. Windows color (decimal): -12202816 or 12635205. OLE color: 12635205.
HSL color Cylindrical-coordinate representation of color #45CCC0: hue angle of 174.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CCC0 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 192 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.2 |
| HSL | 174.67º | 0.57% | 0.54% | - |
| HSV(B) | 174.67º | 0.66% | 0.8% | - |
| XYZ | 33.56 | 48.26 | 57.41 | - |
| YUV | 162.27 | 144.77 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 192 | 0.66 | 0 | 0.06 | 0.2 | 174.67 | 0.57 | 0.54 |
| Hex | 45 | CC | C0 | 42 | 0 | 6 | 14 | AF | 39 | 36 |
| Octal | 105 | 314 | 300 | 102 | 0 | 6 | 24 | 257 | 71 | 66 |
| Binary | 1000101 | 11001100 | 11000000 | 1000010 | 0 | 110 | 10100 | 10101111 | 111001 | 110110 |
Color Harmonies of #45CCC0
Complementary color
Monochromatic Colors of #45CCC0
Black with #45CCC0
Text Example
Text Example
White with #45CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CCC0; }
p { color: rgb(69,204,192); }
H1.HeaderClassName
{
color: #45CCC0;
}
.AnyTagClassName
{
color: #45CCC0;
}
</style>
background-color css
<style>
a { background-color: #45CCC0; }
a { background-color: rgb(69,204,192); }
div.DivClassName
{
background-color: #45CCC0;
}
.BgClassName
{
background-color: #45CCC0;
}
</style>
border-color css
<style>
span { border-color: #45CCC0; }
span { border-color: rgb(69,204,192); }
td.TdClassName
{
border-color: #45CCC0;
}
.TagClassName
{
border-color: #45CCC0;
}
</style>