Shades of Turquoise #43E9BC
Tints of Turquoise #43E9BC
RGB
CMYK
RGB Variations
Color information
#43E9BC (or 0x43E9BC) is known color: Turquoise. HEX triplet: 43, E9 and BC. RGB value is (67,233,188). Sum of RGB (Red+Green+Blue) = 67+233+188=488 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.73% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #43E9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43E9BC is #BC1643. Grayscale: #B2B2B2. Windows color (decimal): -12326468 or 12380483. OLE color: 12380483.
HSL color Cylindrical-coordinate representation of color #43E9BC: hue angle of 163.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43E9BC is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 233 | 188 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.09 |
| HSL | 163.73º | 0.79% | 0.59% | - |
| HSV(B) | 163.73º | 0.71% | 0.91% | - |
| XYZ | 40.53 | 63.1 | 57.62 | - |
| YUV | 178.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 233 | 188 | 0.71 | 0 | 0.19 | 0.09 | 163.73 | 0.79 | 0.59 |
| Hex | 43 | E9 | BC | 47 | 0 | 13 | 9 | A4 | 4F | 3B |
| Octal | 103 | 351 | 274 | 107 | 0 | 23 | 11 | 244 | 117 | 73 |
| Binary | 1000011 | 11101001 | 10111100 | 1000111 | 0 | 10011 | 1001 | 10100100 | 1001111 | 111011 |
Color Harmonies of #43E9BC
Complementary color
Monochromatic Colors of #43E9BC
Black with #43E9BC
Text Example
Text Example
White with #43E9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E9BC; }
p { color: rgb(67,233,188); }
H1.HeaderClassName
{
color: #43E9BC;
}
.AnyTagClassName
{
color: #43E9BC;
}
</style>
background-color css
<style>
a { background-color: #43E9BC; }
a { background-color: rgb(67,233,188); }
div.DivClassName
{
background-color: #43E9BC;
}
.BgClassName
{
background-color: #43E9BC;
}
</style>
border-color css
<style>
span { border-color: #43E9BC; }
span { border-color: rgb(67,233,188); }
td.TdClassName
{
border-color: #43E9BC;
}
.TagClassName
{
border-color: #43E9BC;
}
</style>