Shades of Medium Turquoise #42CCC6
Tints of Medium Turquoise #42CCC6
RGB
CMYK
RGB Variations
Color information
#42CCC6 (or 0x42CCC6) is known color: Medium Turquoise. HEX triplet: 42, CC and C6. RGB value is (66,204,198). Sum of RGB (Red+Green+Blue) = 66+204+198=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCC6 is #BD3339. Grayscale: #A1A1A1. Windows color (decimal): -12399418 or 13028418. OLE color: 13028418.
HSL color Cylindrical-coordinate representation of color #42CCC6: hue angle of 177.39º 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 #42CCC6 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 198 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.2 |
| HSL | 177.39º | 0.58% | 0.53% | - |
| HSV(B) | 177.39º | 0.68% | 0.8% | - |
| XYZ | 34.03 | 48.42 | 60.98 | - |
| YUV | 162.05 | 148.28 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 198 | 0.68 | 0 | 0.03 | 0.2 | 177.39 | 0.58 | 0.53 |
| Hex | 42 | CC | C6 | 44 | 0 | 3 | 14 | B1 | 3A | 35 |
| Octal | 102 | 314 | 306 | 104 | 0 | 3 | 24 | 261 | 72 | 65 |
| Binary | 1000010 | 11001100 | 11000110 | 1000100 | 0 | 11 | 10100 | 10110001 | 111010 | 110101 |
Color Harmonies of #42CCC6
Complementary color
Monochromatic Colors of #42CCC6
Black with #42CCC6
Text Example
Text Example
White with #42CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCC6; }
p { color: rgb(66,204,198); }
H1.HeaderClassName
{
color: #42CCC6;
}
.AnyTagClassName
{
color: #42CCC6;
}
</style>
background-color css
<style>
a { background-color: #42CCC6; }
a { background-color: rgb(66,204,198); }
div.DivClassName
{
background-color: #42CCC6;
}
.BgClassName
{
background-color: #42CCC6;
}
</style>
border-color css
<style>
span { border-color: #42CCC6; }
span { border-color: rgb(66,204,198); }
td.TdClassName
{
border-color: #42CCC6;
}
.TagClassName
{
border-color: #42CCC6;
}
</style>