Shades of Medium Turquoise #42C2BC
Tints of Medium Turquoise #42C2BC
RGB
CMYK
RGB Variations
Color information
#42C2BC (or 0x42C2BC) is known color: Medium Turquoise. HEX triplet: 42, C2 and BC. RGB value is (66,194,188). Sum of RGB (Red+Green+Blue) = 66+194+188=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #42C2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C2BC is #BD3D43. Grayscale: #9A9A9A. Windows color (decimal): -12401988 or 12370498. OLE color: 12370498.
HSL color Cylindrical-coordinate representation of color #42C2BC: hue angle of 177.19º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C2BC is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 188 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.24 |
| HSL | 177.19º | 0.51% | 0.51% | - |
| HSV(B) | 177.19º | 0.66% | 0.76% | - |
| XYZ | 30.62 | 43.37 | 54.34 | - |
| YUV | 155.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 188 | 0.66 | 0 | 0.03 | 0.24 | 177.19 | 0.51 | 0.51 |
| Hex | 42 | C2 | BC | 42 | 0 | 3 | 18 | B1 | 33 | 33 |
| Octal | 102 | 302 | 274 | 102 | 0 | 3 | 30 | 261 | 63 | 63 |
| Binary | 1000010 | 11000010 | 10111100 | 1000010 | 0 | 11 | 11000 | 10110001 | 110011 | 110011 |
Color Harmonies of #42C2BC
Complementary color
Monochromatic Colors of #42C2BC
Black with #42C2BC
Text Example
Text Example
White with #42C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C2BC; }
p { color: rgb(66,194,188); }
H1.HeaderClassName
{
color: #42C2BC;
}
.AnyTagClassName
{
color: #42C2BC;
}
</style>
background-color css
<style>
a { background-color: #42C2BC; }
a { background-color: rgb(66,194,188); }
div.DivClassName
{
background-color: #42C2BC;
}
.BgClassName
{
background-color: #42C2BC;
}
</style>
border-color css
<style>
span { border-color: #42C2BC; }
span { border-color: rgb(66,194,188); }
td.TdClassName
{
border-color: #42C2BC;
}
.TagClassName
{
border-color: #42C2BC;
}
</style>