Shades of Turquoise #43E0C0
Tints of Turquoise #43E0C0
RGB
CMYK
RGB Variations
Color information
#43E0C0 (or 0x43E0C0) is known color: Turquoise. HEX triplet: 43, E0 and C0. RGB value is (67,224,192). Sum of RGB (Red+Green+Blue) = 67+224+192=483 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.87% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #43E0C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E0C0 is #BC1F3F. Grayscale: #ADADAD. Windows color (decimal): -12328768 or 12640323. OLE color: 12640323.
HSL color Cylindrical-coordinate representation of color #43E0C0: hue angle of 167.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E0C0 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 192 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.12 |
| HSL | 167.77º | 0.72% | 0.57% | - |
| HSV(B) | 167.77º | 0.7% | 0.88% | - |
| XYZ | 38.48 | 58.31 | 59.1 | - |
| YUV | 173.41 | 138.49 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 192 | 0.70 | 0 | 0.14 | 0.12 | 167.77 | 0.72 | 0.57 |
| Hex | 43 | E0 | C0 | 46 | 0 | E | C | A8 | 48 | 39 |
| Octal | 103 | 340 | 300 | 106 | 0 | 16 | 14 | 250 | 110 | 71 |
| Binary | 1000011 | 11100000 | 11000000 | 1000110 | 0 | 1110 | 1100 | 10101000 | 1001000 | 111001 |
Color Harmonies of #43E0C0
Complementary color
Monochromatic Colors of #43E0C0
Black with #43E0C0
Text Example
Text Example
White with #43E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E0C0; }
p { color: rgb(67,224,192); }
H1.HeaderClassName
{
color: #43E0C0;
}
.AnyTagClassName
{
color: #43E0C0;
}
</style>
background-color css
<style>
a { background-color: #43E0C0; }
a { background-color: rgb(67,224,192); }
div.DivClassName
{
background-color: #43E0C0;
}
.BgClassName
{
background-color: #43E0C0;
}
</style>
border-color css
<style>
span { border-color: #43E0C0; }
span { border-color: rgb(67,224,192); }
td.TdClassName
{
border-color: #43E0C0;
}
.TagClassName
{
border-color: #43E0C0;
}
</style>