Shades of Medium Turquoise #42D1BC
Tints of Medium Turquoise #42D1BC
RGB
CMYK
RGB Variations
Color information
#42D1BC (or 0x42D1BC) is known color: Medium Turquoise. HEX triplet: 42, D1 and BC. RGB value is (66,209,188). Sum of RGB (Red+Green+Blue) = 66+209+188=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #42D1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D1BC is #BD2E43. Grayscale: #A3A3A3. Windows color (decimal): -12398148 or 12374338. OLE color: 12374338.
HSL color Cylindrical-coordinate representation of color #42D1BC: hue angle of 171.19º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D1BC is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 209 | 188 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.18 |
| HSL | 171.19º | 0.61% | 0.54% | - |
| HSV(B) | 171.19º | 0.68% | 0.82% | - |
| XYZ | 34.12 | 50.39 | 55.5 | - |
| YUV | 163.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 188 | 0.68 | 0 | 0.10 | 0.18 | 171.19 | 0.61 | 0.54 |
| Hex | 42 | D1 | BC | 44 | 0 | A | 12 | AB | 3D | 36 |
| Octal | 102 | 321 | 274 | 104 | 0 | 12 | 22 | 253 | 75 | 66 |
| Binary | 1000010 | 11010001 | 10111100 | 1000100 | 0 | 1010 | 10010 | 10101011 | 111101 | 110110 |
Color Harmonies of #42D1BC
Complementary color
Monochromatic Colors of #42D1BC
Black with #42D1BC
Text Example
Text Example
White with #42D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D1BC; }
p { color: rgb(66,209,188); }
H1.HeaderClassName
{
color: #42D1BC;
}
.AnyTagClassName
{
color: #42D1BC;
}
</style>
background-color css
<style>
a { background-color: #42D1BC; }
a { background-color: rgb(66,209,188); }
div.DivClassName
{
background-color: #42D1BC;
}
.BgClassName
{
background-color: #42D1BC;
}
</style>
border-color css
<style>
span { border-color: #42D1BC; }
span { border-color: rgb(66,209,188); }
td.TdClassName
{
border-color: #42D1BC;
}
.TagClassName
{
border-color: #42D1BC;
}
</style>