Shades of Medium Turquoise #42C1BB
Tints of Medium Turquoise #42C1BB
RGB
CMYK
RGB Variations
Color information
#42C1BB (or 0x42C1BB) is known color: Medium Turquoise. HEX triplet: 42, C1 and BB. RGB value is (66,193,187). Sum of RGB (Red+Green+Blue) = 66+193+187=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #42C1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C1BB is #BD3E44. Grayscale: #9A9A9A. Windows color (decimal): -12402245 or 12304706. OLE color: 12304706.
HSL color Cylindrical-coordinate representation of color #42C1BB: hue angle of 177.17º 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 #42C1BB is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 187 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.24 |
| HSL | 177.17º | 0.51% | 0.51% | - |
| HSV(B) | 177.17º | 0.66% | 0.76% | - |
| XYZ | 30.29 | 42.89 | 53.7 | - |
| YUV | 154.34 | 146.42 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 187 | 0.66 | 0 | 0.03 | 0.24 | 177.17 | 0.51 | 0.51 |
| Hex | 42 | C1 | BB | 42 | 0 | 3 | 18 | B1 | 33 | 33 |
| Octal | 102 | 301 | 273 | 102 | 0 | 3 | 30 | 261 | 63 | 63 |
| Binary | 1000010 | 11000001 | 10111011 | 1000010 | 0 | 11 | 11000 | 10110001 | 110011 | 110011 |
Color Harmonies of #42C1BB
Complementary color
Monochromatic Colors of #42C1BB
Black with #42C1BB
Text Example
Text Example
White with #42C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C1BB; }
p { color: rgb(66,193,187); }
H1.HeaderClassName
{
color: #42C1BB;
}
.AnyTagClassName
{
color: #42C1BB;
}
</style>
background-color css
<style>
a { background-color: #42C1BB; }
a { background-color: rgb(66,193,187); }
div.DivClassName
{
background-color: #42C1BB;
}
.BgClassName
{
background-color: #42C1BB;
}
</style>
border-color css
<style>
span { border-color: #42C1BB; }
span { border-color: rgb(66,193,187); }
td.TdClassName
{
border-color: #42C1BB;
}
.TagClassName
{
border-color: #42C1BB;
}
</style>