Shades of Medium Turquoise #42CEBE
Tints of Medium Turquoise #42CEBE
RGB
CMYK
RGB Variations
Color information
#42CEBE (or 0x42CEBE) is known color: Medium Turquoise. HEX triplet: 42, CE and BE. RGB value is (66,206,190). Sum of RGB (Red+Green+Blue) = 66+206+190=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #42CEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEBE is #BD3141. Grayscale: #A2A2A2. Windows color (decimal): -12398914 or 12504642. OLE color: 12504642.
HSL color Cylindrical-coordinate representation of color #42CEBE: hue angle of 173.14º 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 #42CEBE is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 190 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.19 |
| HSL | 173.14º | 0.59% | 0.53% | - |
| HSV(B) | 173.14º | 0.68% | 0.81% | - |
| XYZ | 33.61 | 49.02 | 56.41 | - |
| YUV | 162.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 190 | 0.68 | 0 | 0.08 | 0.19 | 173.14 | 0.59 | 0.53 |
| Hex | 42 | CE | BE | 44 | 0 | 8 | 13 | AD | 3B | 35 |
| Octal | 102 | 316 | 276 | 104 | 0 | 10 | 23 | 255 | 73 | 65 |
| Binary | 1000010 | 11001110 | 10111110 | 1000100 | 0 | 1000 | 10011 | 10101101 | 111011 | 110101 |
Color Harmonies of #42CEBE
Complementary color
Monochromatic Colors of #42CEBE
Black with #42CEBE
Text Example
Text Example
White with #42CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEBE; }
p { color: rgb(66,206,190); }
H1.HeaderClassName
{
color: #42CEBE;
}
.AnyTagClassName
{
color: #42CEBE;
}
</style>
background-color css
<style>
a { background-color: #42CEBE; }
a { background-color: rgb(66,206,190); }
div.DivClassName
{
background-color: #42CEBE;
}
.BgClassName
{
background-color: #42CEBE;
}
</style>
border-color css
<style>
span { border-color: #42CEBE; }
span { border-color: rgb(66,206,190); }
td.TdClassName
{
border-color: #42CEBE;
}
.TagClassName
{
border-color: #42CEBE;
}
</style>