Shades of Turquoise #42EFBA
Tints of Turquoise #42EFBA
RGB
CMYK
RGB Variations
Color information
#42EFBA (or 0x42EFBA) is known color: Turquoise. HEX triplet: 42, EF and BA. RGB value is (66,239,186). Sum of RGB (Red+Green+Blue) = 66+239+186=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFBA is #BD1045. Grayscale: #B5B5B5. Windows color (decimal): -12390470 or 12250946. OLE color: 12250946.
HSL color Cylindrical-coordinate representation of color #42EFBA: hue angle of 161.62º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EFBA is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 186 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.06 |
| HSL | 161.62º | 0.84% | 0.6% | - |
| HSV(B) | 161.62º | 0.72% | 0.94% | - |
| XYZ | 41.98 | 66.44 | 57.07 | - |
| YUV | 181.23 | 130.69 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 186 | 0.72 | 0 | 0.22 | 0.06 | 161.62 | 0.84 | 0.6 |
| Hex | 42 | EF | BA | 48 | 0 | 16 | 6 | A2 | 54 | 3C |
| Octal | 102 | 357 | 272 | 110 | 0 | 26 | 6 | 242 | 124 | 74 |
| Binary | 1000010 | 11101111 | 10111010 | 1001000 | 0 | 10110 | 110 | 10100010 | 1010100 | 111100 |
Color Harmonies of #42EFBA
Complementary color
Monochromatic Colors of #42EFBA
Black with #42EFBA
Text Example
Text Example
White with #42EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFBA; }
p { color: rgb(66,239,186); }
H1.HeaderClassName
{
color: #42EFBA;
}
.AnyTagClassName
{
color: #42EFBA;
}
</style>
background-color css
<style>
a { background-color: #42EFBA; }
a { background-color: rgb(66,239,186); }
div.DivClassName
{
background-color: #42EFBA;
}
.BgClassName
{
background-color: #42EFBA;
}
</style>
border-color css
<style>
span { border-color: #42EFBA; }
span { border-color: rgb(66,239,186); }
td.TdClassName
{
border-color: #42EFBA;
}
.TagClassName
{
border-color: #42EFBA;
}
</style>