Shades of Turquoise #43E0C1
Tints of Turquoise #43E0C1
RGB
CMYK
RGB Variations
Color information
#43E0C1 (or 0x43E0C1) is known color: Turquoise. HEX triplet: 43, E0 and C1. RGB value is (67,224,193). Sum of RGB (Red+Green+Blue) = 67+224+193=484 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.84% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #43E0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E0C1 is #BC1F3E. Grayscale: #ADADAD. Windows color (decimal): -12328767 or 12705859. OLE color: 12705859.
HSL color Cylindrical-coordinate representation of color #43E0C1: hue angle of 168.15º 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 #43E0C1 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 193 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.12 |
| HSL | 168.15º | 0.72% | 0.57% | - |
| HSV(B) | 168.15º | 0.7% | 0.88% | - |
| XYZ | 38.6 | 58.35 | 59.68 | - |
| YUV | 173.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 193 | 0.70 | 0 | 0.14 | 0.12 | 168.15 | 0.72 | 0.57 |
| Hex | 43 | E0 | C1 | 46 | 0 | E | C | A8 | 48 | 39 |
| Octal | 103 | 340 | 301 | 106 | 0 | 16 | 14 | 250 | 110 | 71 |
| Binary | 1000011 | 11100000 | 11000001 | 1000110 | 0 | 1110 | 1100 | 10101000 | 1001000 | 111001 |
Color Harmonies of #43E0C1
Complementary color
Monochromatic Colors of #43E0C1
Black with #43E0C1
Text Example
Text Example
White with #43E0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E0C1; }
p { color: rgb(67,224,193); }
H1.HeaderClassName
{
color: #43E0C1;
}
.AnyTagClassName
{
color: #43E0C1;
}
</style>
background-color css
<style>
a { background-color: #43E0C1; }
a { background-color: rgb(67,224,193); }
div.DivClassName
{
background-color: #43E0C1;
}
.BgClassName
{
background-color: #43E0C1;
}
</style>
border-color css
<style>
span { border-color: #43E0C1; }
span { border-color: rgb(67,224,193); }
td.TdClassName
{
border-color: #43E0C1;
}
.TagClassName
{
border-color: #43E0C1;
}
</style>