Shades of Medium Turquoise #42D5BE
Tints of Medium Turquoise #42D5BE
RGB
CMYK
RGB Variations
Color information
#42D5BE (or 0x42D5BE) is known color: Medium Turquoise. HEX triplet: 42, D5 and BE. RGB value is (66,213,190). Sum of RGB (Red+Green+Blue) = 66+213+190=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #42D5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D5BE is #BD2A41. Grayscale: #A6A6A6. Windows color (decimal): -12397122 or 12506434. OLE color: 12506434.
HSL color Cylindrical-coordinate representation of color #42D5BE: hue angle of 170.61º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D5BE is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 190 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.16 |
| HSL | 170.61º | 0.64% | 0.55% | - |
| HSV(B) | 170.61º | 0.69% | 0.84% | - |
| XYZ | 35.34 | 52.46 | 56.98 | - |
| YUV | 166.43 | 141.3 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 190 | 0.69 | 0 | 0.11 | 0.16 | 170.61 | 0.64 | 0.55 |
| Hex | 42 | D5 | BE | 45 | 0 | B | 10 | AB | 40 | 37 |
| Octal | 102 | 325 | 276 | 105 | 0 | 13 | 20 | 253 | 100 | 67 |
| Binary | 1000010 | 11010101 | 10111110 | 1000101 | 0 | 1011 | 10000 | 10101011 | 1000000 | 110111 |
Color Harmonies of #42D5BE
Complementary color
Monochromatic Colors of #42D5BE
Black with #42D5BE
Text Example
Text Example
White with #42D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D5BE; }
p { color: rgb(66,213,190); }
H1.HeaderClassName
{
color: #42D5BE;
}
.AnyTagClassName
{
color: #42D5BE;
}
</style>
background-color css
<style>
a { background-color: #42D5BE; }
a { background-color: rgb(66,213,190); }
div.DivClassName
{
background-color: #42D5BE;
}
.BgClassName
{
background-color: #42D5BE;
}
</style>
border-color css
<style>
span { border-color: #42D5BE; }
span { border-color: rgb(66,213,190); }
td.TdClassName
{
border-color: #42D5BE;
}
.TagClassName
{
border-color: #42D5BE;
}
</style>