Shades of Medium Turquoise #42C3BB
Tints of Medium Turquoise #42C3BB
RGB
CMYK
RGB Variations
Color information
#42C3BB (or 0x42C3BB) is known color: Medium Turquoise. HEX triplet: 42, C3 and BB. RGB value is (66,195,187). Sum of RGB (Red+Green+Blue) = 66+195+187=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #42C3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C3BB is #BD3C44. Grayscale: #9B9B9B. Windows color (decimal): -12401733 or 12305218. OLE color: 12305218.
HSL color Cylindrical-coordinate representation of color #42C3BB: hue angle of 176.28º degrees, saturation: 0.52, 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 #42C3BB is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 195 | 187 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.24 |
| HSL | 176.28º | 0.52% | 0.51% | - |
| HSV(B) | 176.28º | 0.66% | 0.76% | - |
| XYZ | 30.73 | 43.78 | 53.84 | - |
| YUV | 155.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 195 | 187 | 0.66 | 0 | 0.04 | 0.24 | 176.28 | 0.52 | 0.51 |
| Hex | 42 | C3 | BB | 42 | 0 | 4 | 18 | B0 | 34 | 33 |
| Octal | 102 | 303 | 273 | 102 | 0 | 4 | 30 | 260 | 64 | 63 |
| Binary | 1000010 | 11000011 | 10111011 | 1000010 | 0 | 100 | 11000 | 10110000 | 110100 | 110011 |
Color Harmonies of #42C3BB
Complementary color
Monochromatic Colors of #42C3BB
Black with #42C3BB
Text Example
Text Example
White with #42C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C3BB; }
p { color: rgb(66,195,187); }
H1.HeaderClassName
{
color: #42C3BB;
}
.AnyTagClassName
{
color: #42C3BB;
}
</style>
background-color css
<style>
a { background-color: #42C3BB; }
a { background-color: rgb(66,195,187); }
div.DivClassName
{
background-color: #42C3BB;
}
.BgClassName
{
background-color: #42C3BB;
}
</style>
border-color css
<style>
span { border-color: #42C3BB; }
span { border-color: rgb(66,195,187); }
td.TdClassName
{
border-color: #42C3BB;
}
.TagClassName
{
border-color: #42C3BB;
}
</style>