Shades of Turquoise #43E9C0
Tints of Turquoise #43E9C0
RGB
CMYK
RGB Variations
Color information
#43E9C0 (or 0x43E9C0) is known color: Turquoise. HEX triplet: 43, E9 and C0. RGB value is (67,233,192). Sum of RGB (Red+Green+Blue) = 67+233+192=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #43E9C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43E9C0 is #BC163F. Grayscale: #B2B2B2. Windows color (decimal): -12326464 or 12642627. OLE color: 12642627.
HSL color Cylindrical-coordinate representation of color #43E9C0: hue angle of 165.18º 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 #43E9C0 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 233 | 192 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.09 |
| HSL | 165.18º | 0.79% | 0.59% | - |
| HSV(B) | 165.18º | 0.71% | 0.91% | - |
| XYZ | 40.97 | 63.28 | 59.92 | - |
| YUV | 178.69 | 135.5 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 233 | 192 | 0.71 | 0 | 0.18 | 0.09 | 165.18 | 0.79 | 0.59 |
| Hex | 43 | E9 | C0 | 47 | 0 | 12 | 9 | A5 | 4F | 3B |
| Octal | 103 | 351 | 300 | 107 | 0 | 22 | 11 | 245 | 117 | 73 |
| Binary | 1000011 | 11101001 | 11000000 | 1000111 | 0 | 10010 | 1001 | 10100101 | 1001111 | 111011 |
Color Harmonies of #43E9C0
Complementary color
Monochromatic Colors of #43E9C0
Black with #43E9C0
Text Example
Text Example
White with #43E9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E9C0; }
p { color: rgb(67,233,192); }
H1.HeaderClassName
{
color: #43E9C0;
}
.AnyTagClassName
{
color: #43E9C0;
}
</style>
background-color css
<style>
a { background-color: #43E9C0; }
a { background-color: rgb(67,233,192); }
div.DivClassName
{
background-color: #43E9C0;
}
.BgClassName
{
background-color: #43E9C0;
}
</style>
border-color css
<style>
span { border-color: #43E9C0; }
span { border-color: rgb(67,233,192); }
td.TdClassName
{
border-color: #43E9C0;
}
.TagClassName
{
border-color: #43E9C0;
}
</style>