Shades of Turquoise #42E2BC
Tints of Turquoise #42E2BC
RGB
CMYK
RGB Variations
Color information
#42E2BC (or 0x42E2BC) is known color: Turquoise. HEX triplet: 42, E2 and BC. RGB value is (66,226,188). Sum of RGB (Red+Green+Blue) = 66+226+188=480 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.75% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #42E2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E2BC is #BD1D43. Grayscale: #ADADAD. Windows color (decimal): -12393796 or 12378690. OLE color: 12378690.
HSL color Cylindrical-coordinate representation of color #42E2BC: hue angle of 165.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E2BC is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 226 | 188 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.11 |
| HSL | 165.75º | 0.73% | 0.57% | - |
| HSV(B) | 165.75º | 0.71% | 0.89% | - |
| XYZ | 38.52 | 59.18 | 56.97 | - |
| YUV | 173.83 | 135.99 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 188 | 0.71 | 0 | 0.17 | 0.11 | 165.75 | 0.73 | 0.57 |
| Hex | 42 | E2 | BC | 47 | 0 | 11 | B | A6 | 49 | 39 |
| Octal | 102 | 342 | 274 | 107 | 0 | 21 | 13 | 246 | 111 | 71 |
| Binary | 1000010 | 11100010 | 10111100 | 1000111 | 0 | 10001 | 1011 | 10100110 | 1001001 | 111001 |
Color Harmonies of #42E2BC
Complementary color
Monochromatic Colors of #42E2BC
Black with #42E2BC
Text Example
Text Example
White with #42E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E2BC; }
p { color: rgb(66,226,188); }
H1.HeaderClassName
{
color: #42E2BC;
}
.AnyTagClassName
{
color: #42E2BC;
}
</style>
background-color css
<style>
a { background-color: #42E2BC; }
a { background-color: rgb(66,226,188); }
div.DivClassName
{
background-color: #42E2BC;
}
.BgClassName
{
background-color: #42E2BC;
}
</style>
border-color css
<style>
span { border-color: #42E2BC; }
span { border-color: rgb(66,226,188); }
td.TdClassName
{
border-color: #42E2BC;
}
.TagClassName
{
border-color: #42E2BC;
}
</style>