Shades of Medium Turquoise #42CEBF
Tints of Medium Turquoise #42CEBF
RGB
CMYK
RGB Variations
Color information
#42CEBF (or 0x42CEBF) is known color: Medium Turquoise. HEX triplet: 42, CE and BF. RGB value is (66,206,191). Sum of RGB (Red+Green+Blue) = 66+206+191=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #42CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEBF is #BD3140. Grayscale: #A2A2A2. Windows color (decimal): -12398913 or 12570178. OLE color: 12570178.
HSL color Cylindrical-coordinate representation of color #42CEBF: hue angle of 173.57º 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 #42CEBF is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 191 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.19 |
| HSL | 173.57º | 0.59% | 0.53% | - |
| HSV(B) | 173.57º | 0.68% | 0.81% | - |
| XYZ | 33.72 | 49.06 | 56.98 | - |
| YUV | 162.43 | 144.12 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 191 | 0.68 | 0 | 0.07 | 0.19 | 173.57 | 0.59 | 0.53 |
| Hex | 42 | CE | BF | 44 | 0 | 7 | 13 | AE | 3B | 35 |
| Octal | 102 | 316 | 277 | 104 | 0 | 7 | 23 | 256 | 73 | 65 |
| Binary | 1000010 | 11001110 | 10111111 | 1000100 | 0 | 111 | 10011 | 10101110 | 111011 | 110101 |
Color Harmonies of #42CEBF
Complementary color
Monochromatic Colors of #42CEBF
Black with #42CEBF
Text Example
Text Example
White with #42CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEBF; }
p { color: rgb(66,206,191); }
H1.HeaderClassName
{
color: #42CEBF;
}
.AnyTagClassName
{
color: #42CEBF;
}
</style>
background-color css
<style>
a { background-color: #42CEBF; }
a { background-color: rgb(66,206,191); }
div.DivClassName
{
background-color: #42CEBF;
}
.BgClassName
{
background-color: #42CEBF;
}
</style>
border-color css
<style>
span { border-color: #42CEBF; }
span { border-color: rgb(66,206,191); }
td.TdClassName
{
border-color: #42CEBF;
}
.TagClassName
{
border-color: #42CEBF;
}
</style>