Shades of Medium Turquoise #42BEB7
Tints of Medium Turquoise #42BEB7
RGB
CMYK
RGB Variations
Color information
#42BEB7 (or 0x42BEB7) is known color: Medium Turquoise. HEX triplet: 42, BE and B7. RGB value is (66,190,183). Sum of RGB (Red+Green+Blue) = 66+190+183=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BEB7 is #BD4148. Grayscale: #989898. Windows color (decimal): -12403017 or 12041794. OLE color: 12041794.
HSL color Cylindrical-coordinate representation of color #42BEB7: hue angle of 176.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BEB7 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 183 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.25 |
| HSL | 176.61º | 0.49% | 0.5% | - |
| HSV(B) | 176.61º | 0.65% | 0.75% | - |
| XYZ | 29.21 | 41.4 | 51.25 | - |
| YUV | 152.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 183 | 0.65 | 0 | 0.04 | 0.25 | 176.61 | 0.49 | 0.5 |
| Hex | 42 | BE | B7 | 41 | 0 | 4 | 19 | B1 | 31 | 32 |
| Octal | 102 | 276 | 267 | 101 | 0 | 4 | 31 | 261 | 61 | 62 |
| Binary | 1000010 | 10111110 | 10110111 | 1000001 | 0 | 100 | 11001 | 10110001 | 110001 | 110010 |
Color Harmonies of #42BEB7
Complementary color
Monochromatic Colors of #42BEB7
Black with #42BEB7
Text Example
Text Example
White with #42BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BEB7; }
p { color: rgb(66,190,183); }
H1.HeaderClassName
{
color: #42BEB7;
}
.AnyTagClassName
{
color: #42BEB7;
}
</style>
background-color css
<style>
a { background-color: #42BEB7; }
a { background-color: rgb(66,190,183); }
div.DivClassName
{
background-color: #42BEB7;
}
.BgClassName
{
background-color: #42BEB7;
}
</style>
border-color css
<style>
span { border-color: #42BEB7; }
span { border-color: rgb(66,190,183); }
td.TdClassName
{
border-color: #42BEB7;
}
.TagClassName
{
border-color: #42BEB7;
}
</style>