Shades of Turquoise #43E2BC
Tints of Turquoise #43E2BC
RGB
CMYK
RGB Variations
Color information
#43E2BC (or 0x43E2BC) is known color: Turquoise. HEX triplet: 43, E2 and BC. RGB value is (67,226,188). Sum of RGB (Red+Green+Blue) = 67+226+188=481 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.93% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #43E2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E2BC is #BC1D43. Grayscale: #AEAEAE. Windows color (decimal): -12328260 or 12378691. OLE color: 12378691.
HSL color Cylindrical-coordinate representation of color #43E2BC: hue angle of 165.66º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E2BC is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 226 | 188 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.11 |
| HSL | 165.66º | 0.73% | 0.57% | - |
| HSV(B) | 165.66º | 0.7% | 0.89% | - |
| XYZ | 38.59 | 59.22 | 56.97 | - |
| YUV | 174.13 | 135.82 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 226 | 188 | 0.70 | 0 | 0.17 | 0.11 | 165.66 | 0.73 | 0.57 |
| Hex | 43 | E2 | BC | 46 | 0 | 11 | B | A6 | 49 | 39 |
| Octal | 103 | 342 | 274 | 106 | 0 | 21 | 13 | 246 | 111 | 71 |
| Binary | 1000011 | 11100010 | 10111100 | 1000110 | 0 | 10001 | 1011 | 10100110 | 1001001 | 111001 |
Color Harmonies of #43E2BC
Complementary color
Monochromatic Colors of #43E2BC
Black with #43E2BC
Text Example
Text Example
White with #43E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E2BC; }
p { color: rgb(67,226,188); }
H1.HeaderClassName
{
color: #43E2BC;
}
.AnyTagClassName
{
color: #43E2BC;
}
</style>
background-color css
<style>
a { background-color: #43E2BC; }
a { background-color: rgb(67,226,188); }
div.DivClassName
{
background-color: #43E2BC;
}
.BgClassName
{
background-color: #43E2BC;
}
</style>
border-color css
<style>
span { border-color: #43E2BC; }
span { border-color: rgb(67,226,188); }
td.TdClassName
{
border-color: #43E2BC;
}
.TagClassName
{
border-color: #43E2BC;
}
</style>