Shades of Medium Turquoise #42CEC3
Tints of Medium Turquoise #42CEC3
RGB
CMYK
RGB Variations
Color information
#42CEC3 (or 0x42CEC3) is known color: Medium Turquoise. HEX triplet: 42, CE and C3. RGB value is (66,206,195). Sum of RGB (Red+Green+Blue) = 66+206+195=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #42CEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEC3 is #BD313C. Grayscale: #A2A2A2. Windows color (decimal): -12398909 or 12832322. OLE color: 12832322.
HSL color Cylindrical-coordinate representation of color #42CEC3: hue angle of 175.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CEC3 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 195 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.19 |
| HSL | 175.29º | 0.59% | 0.53% | - |
| HSV(B) | 175.29º | 0.68% | 0.81% | - |
| XYZ | 34.17 | 49.24 | 59.33 | - |
| YUV | 162.89 | 146.12 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 195 | 0.68 | 0 | 0.05 | 0.19 | 175.29 | 0.59 | 0.53 |
| Hex | 42 | CE | C3 | 44 | 0 | 5 | 13 | AF | 3B | 35 |
| Octal | 102 | 316 | 303 | 104 | 0 | 5 | 23 | 257 | 73 | 65 |
| Binary | 1000010 | 11001110 | 11000011 | 1000100 | 0 | 101 | 10011 | 10101111 | 111011 | 110101 |
Color Harmonies of #42CEC3
Complementary color
Monochromatic Colors of #42CEC3
Black with #42CEC3
Text Example
Text Example
White with #42CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEC3; }
p { color: rgb(66,206,195); }
H1.HeaderClassName
{
color: #42CEC3;
}
.AnyTagClassName
{
color: #42CEC3;
}
</style>
background-color css
<style>
a { background-color: #42CEC3; }
a { background-color: rgb(66,206,195); }
div.DivClassName
{
background-color: #42CEC3;
}
.BgClassName
{
background-color: #42CEC3;
}
</style>
border-color css
<style>
span { border-color: #42CEC3; }
span { border-color: rgb(66,206,195); }
td.TdClassName
{
border-color: #42CEC3;
}
.TagClassName
{
border-color: #42CEC3;
}
</style>