Shades of Medium Turquoise #45CCC5
Tints of Medium Turquoise #45CCC5
RGB
CMYK
RGB Variations
Color information
#45CCC5 (or 0x45CCC5) is known color: Medium Turquoise. HEX triplet: 45, CC and C5. RGB value is (69,204,197). Sum of RGB (Red+Green+Blue) = 69+204+197=470 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.68% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #45CCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCC5 is #BA333A. Grayscale: #A2A2A2. Windows color (decimal): -12202811 or 12962885. OLE color: 12962885.
HSL color Cylindrical-coordinate representation of color #45CCC5: hue angle of 176.89º 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 #45CCC5 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 197 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.2 |
| HSL | 176.89º | 0.57% | 0.54% | - |
| HSV(B) | 176.89º | 0.66% | 0.8% | - |
| XYZ | 34.13 | 48.48 | 60.38 | - |
| YUV | 162.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 197 | 0.66 | 0 | 0.03 | 0.2 | 176.89 | 0.57 | 0.54 |
| Hex | 45 | CC | C5 | 42 | 0 | 3 | 14 | B1 | 39 | 36 |
| Octal | 105 | 314 | 305 | 102 | 0 | 3 | 24 | 261 | 71 | 66 |
| Binary | 1000101 | 11001100 | 11000101 | 1000010 | 0 | 11 | 10100 | 10110001 | 111001 | 110110 |
Color Harmonies of #45CCC5
Complementary color
Monochromatic Colors of #45CCC5
Black with #45CCC5
Text Example
Text Example
White with #45CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CCC5; }
p { color: rgb(69,204,197); }
H1.HeaderClassName
{
color: #45CCC5;
}
.AnyTagClassName
{
color: #45CCC5;
}
</style>
background-color css
<style>
a { background-color: #45CCC5; }
a { background-color: rgb(69,204,197); }
div.DivClassName
{
background-color: #45CCC5;
}
.BgClassName
{
background-color: #45CCC5;
}
</style>
border-color css
<style>
span { border-color: #45CCC5; }
span { border-color: rgb(69,204,197); }
td.TdClassName
{
border-color: #45CCC5;
}
.TagClassName
{
border-color: #45CCC5;
}
</style>