Shades of Medium Turquoise #42C6BD
Tints of Medium Turquoise #42C6BD
RGB
CMYK
RGB Variations
Color information
#42C6BD (or 0x42C6BD) is known color: Medium Turquoise. HEX triplet: 42, C6 and BD. RGB value is (66,198,189). Sum of RGB (Red+Green+Blue) = 66+198+189=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #42C6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C6BD is #BD3942. Grayscale: #9D9D9D. Windows color (decimal): -12400963 or 12437058. OLE color: 12437058.
HSL color Cylindrical-coordinate representation of color #42C6BD: hue angle of 175.91º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C6BD is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 189 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.22 |
| HSL | 175.91º | 0.54% | 0.52% | - |
| HSV(B) | 175.91º | 0.67% | 0.78% | - |
| XYZ | 31.63 | 45.22 | 55.21 | - |
| YUV | 157.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 189 | 0.67 | 0 | 0.05 | 0.22 | 175.91 | 0.54 | 0.52 |
| Hex | 42 | C6 | BD | 43 | 0 | 5 | 16 | B0 | 36 | 34 |
| Octal | 102 | 306 | 275 | 103 | 0 | 5 | 26 | 260 | 66 | 64 |
| Binary | 1000010 | 11000110 | 10111101 | 1000011 | 0 | 101 | 10110 | 10110000 | 110110 | 110100 |
Color Harmonies of #42C6BD
Complementary color
Monochromatic Colors of #42C6BD
Black with #42C6BD
Text Example
Text Example
White with #42C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C6BD; }
p { color: rgb(66,198,189); }
H1.HeaderClassName
{
color: #42C6BD;
}
.AnyTagClassName
{
color: #42C6BD;
}
</style>
background-color css
<style>
a { background-color: #42C6BD; }
a { background-color: rgb(66,198,189); }
div.DivClassName
{
background-color: #42C6BD;
}
.BgClassName
{
background-color: #42C6BD;
}
</style>
border-color css
<style>
span { border-color: #42C6BD; }
span { border-color: rgb(66,198,189); }
td.TdClassName
{
border-color: #42C6BD;
}
.TagClassName
{
border-color: #42C6BD;
}
</style>