Shades of Turquoise #43E3D9
Tints of Turquoise #43E3D9
RGB
CMYK
RGB Variations
Color information
#43E3D9 (or 0x43E3D9) is known color: Turquoise. HEX triplet: 43, E3 and D9. RGB value is (67,227,217). Sum of RGB (Red+Green+Blue) = 67+227+217=511 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.11% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #43E3D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E3D9 is #BC1C26. Grayscale: #B1B1B1. Windows color (decimal): -12327975 or 14279491. OLE color: 14279491.
HSL color Cylindrical-coordinate representation of color #43E3D9: hue angle of 176.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E3D9 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 227 | 217 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.11 |
| HSL | 176.25º | 0.74% | 0.58% | - |
| HSV(B) | 176.25º | 0.7% | 0.89% | - |
| XYZ | 42.31 | 61.14 | 75.22 | - |
| YUV | 178.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 227 | 217 | 0.70 | 0 | 0.04 | 0.11 | 176.25 | 0.74 | 0.58 |
| Hex | 43 | E3 | D9 | 46 | 0 | 4 | B | B0 | 4A | 3A |
| Octal | 103 | 343 | 331 | 106 | 0 | 4 | 13 | 260 | 112 | 72 |
| Binary | 1000011 | 11100011 | 11011001 | 1000110 | 0 | 100 | 1011 | 10110000 | 1001010 | 111010 |
Color Harmonies of #43E3D9
Complementary color
Monochromatic Colors of #43E3D9
Black with #43E3D9
Text Example
Text Example
White with #43E3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E3D9; }
p { color: rgb(67,227,217); }
H1.HeaderClassName
{
color: #43E3D9;
}
.AnyTagClassName
{
color: #43E3D9;
}
</style>
background-color css
<style>
a { background-color: #43E3D9; }
a { background-color: rgb(67,227,217); }
div.DivClassName
{
background-color: #43E3D9;
}
.BgClassName
{
background-color: #43E3D9;
}
</style>
border-color css
<style>
span { border-color: #43E3D9; }
span { border-color: rgb(67,227,217); }
td.TdClassName
{
border-color: #43E3D9;
}
.TagClassName
{
border-color: #43E3D9;
}
</style>