Shades of Medium Turquoise #42CECE
Tints of Medium Turquoise #42CECE
RGB
CMYK
RGB Variations
Color information
#42CECE (or 0x42CECE) is known color: Medium Turquoise. HEX triplet: 42, CE and CE. RGB value is (66,206,206). Sum of RGB (Red+Green+Blue) = 66+206+206=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #42CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CECE is #BD3131. Grayscale: #A4A4A4. Windows color (decimal): -12398898 or 13553218. OLE color: 13553218.
HSL color Cylindrical-coordinate representation of color #42CECE: hue angle of 180º 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 #42CECE is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 206 | - |
| CMYK | 0.68 | 0 | 0 | 0.19 |
| HSL | 180º | 0.59% | 0.53% | - |
| HSV(B) | 180º | 0.68% | 0.81% | - |
| XYZ | 35.46 | 49.76 | 66.13 | - |
| YUV | 164.14 | 151.62 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 206 | 0.68 | 0 | 0 | 0.19 | 180 | 0.59 | 0.53 |
| Hex | 42 | CE | CE | 44 | 0 | 0 | 13 | B4 | 3B | 35 |
| Octal | 102 | 316 | 316 | 104 | 0 | 0 | 23 | 264 | 73 | 65 |
| Binary | 1000010 | 11001110 | 11001110 | 1000100 | 0 | 0 | 10011 | 10110100 | 111011 | 110101 |
Color Harmonies of #42CECE
Complementary color
Monochromatic Colors of #42CECE
Black with #42CECE
Text Example
Text Example
White with #42CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CECE; }
p { color: rgb(66,206,206); }
H1.HeaderClassName
{
color: #42CECE;
}
.AnyTagClassName
{
color: #42CECE;
}
</style>
background-color css
<style>
a { background-color: #42CECE; }
a { background-color: rgb(66,206,206); }
div.DivClassName
{
background-color: #42CECE;
}
.BgClassName
{
background-color: #42CECE;
}
</style>
border-color css
<style>
span { border-color: #42CECE; }
span { border-color: rgb(66,206,206); }
td.TdClassName
{
border-color: #42CECE;
}
.TagClassName
{
border-color: #42CECE;
}
</style>