Shades of Medium Turquoise #42C9BA
Tints of Medium Turquoise #42C9BA
RGB
CMYK
RGB Variations
Color information
#42C9BA (or 0x42C9BA) is known color: Medium Turquoise. HEX triplet: 42, C9 and BA. RGB value is (66,201,186). Sum of RGB (Red+Green+Blue) = 66+201+186=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #42C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C9BA is #BD3645. Grayscale: #9E9E9E. Windows color (decimal): -12400198 or 12241218. OLE color: 12241218.
HSL color Cylindrical-coordinate representation of color #42C9BA: hue angle of 173.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C9BA is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 186 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.21 |
| HSL | 173.33º | 0.56% | 0.52% | - |
| HSV(B) | 173.33º | 0.67% | 0.79% | - |
| XYZ | 32 | 46.48 | 53.74 | - |
| YUV | 158.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 186 | 0.67 | 0 | 0.07 | 0.21 | 173.33 | 0.56 | 0.52 |
| Hex | 42 | C9 | BA | 43 | 0 | 7 | 15 | AD | 38 | 34 |
| Octal | 102 | 311 | 272 | 103 | 0 | 7 | 25 | 255 | 70 | 64 |
| Binary | 1000010 | 11001001 | 10111010 | 1000011 | 0 | 111 | 10101 | 10101101 | 111000 | 110100 |
Color Harmonies of #42C9BA
Complementary color
Monochromatic Colors of #42C9BA
Black with #42C9BA
Text Example
Text Example
White with #42C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C9BA; }
p { color: rgb(66,201,186); }
H1.HeaderClassName
{
color: #42C9BA;
}
.AnyTagClassName
{
color: #42C9BA;
}
</style>
background-color css
<style>
a { background-color: #42C9BA; }
a { background-color: rgb(66,201,186); }
div.DivClassName
{
background-color: #42C9BA;
}
.BgClassName
{
background-color: #42C9BA;
}
</style>
border-color css
<style>
span { border-color: #42C9BA; }
span { border-color: rgb(66,201,186); }
td.TdClassName
{
border-color: #42C9BA;
}
.TagClassName
{
border-color: #42C9BA;
}
</style>