Shades of Medium Turquoise #42CCBA
Tints of Medium Turquoise #42CCBA
RGB
CMYK
RGB Variations
Color information
#42CCBA (or 0x42CCBA) is known color: Medium Turquoise. HEX triplet: 42, CC and BA. RGB value is (66,204,186). Sum of RGB (Red+Green+Blue) = 66+204+186=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCBA is #BD3345. Grayscale: #A0A0A0. Windows color (decimal): -12399430 or 12241986. OLE color: 12241986.
HSL color Cylindrical-coordinate representation of color #42CCBA: hue angle of 172.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CCBA is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 186 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.2 |
| HSL | 172.17º | 0.58% | 0.53% | - |
| HSV(B) | 172.17º | 0.68% | 0.8% | - |
| XYZ | 32.7 | 47.89 | 53.97 | - |
| YUV | 160.69 | 142.28 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 186 | 0.68 | 0 | 0.09 | 0.2 | 172.17 | 0.58 | 0.53 |
| Hex | 42 | CC | BA | 44 | 0 | 9 | 14 | AC | 3A | 35 |
| Octal | 102 | 314 | 272 | 104 | 0 | 11 | 24 | 254 | 72 | 65 |
| Binary | 1000010 | 11001100 | 10111010 | 1000100 | 0 | 1001 | 10100 | 10101100 | 111010 | 110101 |
Color Harmonies of #42CCBA
Complementary color
Monochromatic Colors of #42CCBA
Black with #42CCBA
Text Example
Text Example
White with #42CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCBA; }
p { color: rgb(66,204,186); }
H1.HeaderClassName
{
color: #42CCBA;
}
.AnyTagClassName
{
color: #42CCBA;
}
</style>
background-color css
<style>
a { background-color: #42CCBA; }
a { background-color: rgb(66,204,186); }
div.DivClassName
{
background-color: #42CCBA;
}
.BgClassName
{
background-color: #42CCBA;
}
</style>
border-color css
<style>
span { border-color: #42CCBA; }
span { border-color: rgb(66,204,186); }
td.TdClassName
{
border-color: #42CCBA;
}
.TagClassName
{
border-color: #42CCBA;
}
</style>