Shades of Turquoise #43E5DC
Tints of Turquoise #43E5DC
RGB
CMYK
RGB Variations
Color information
#43E5DC (or 0x43E5DC) is known color: Turquoise. HEX triplet: 43, E5 and DC. RGB value is (67,229,220). Sum of RGB (Red+Green+Blue) = 67+229+220=516 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.98% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #43E5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E5DC is #BC1A23. Grayscale: #B3B3B3. Windows color (decimal): -12327460 or 14476611. OLE color: 14476611.
HSL color Cylindrical-coordinate representation of color #43E5DC: hue angle of 176.67º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43E5DC is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 229 | 220 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.10 |
| HSL | 176.67º | 0.76% | 0.58% | - |
| HSV(B) | 176.67º | 0.71% | 0.9% | - |
| XYZ | 43.25 | 62.4 | 77.47 | - |
| YUV | 179.54 | 150.83 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 229 | 220 | 0.71 | 0 | 0.04 | 0.10 | 176.67 | 0.76 | 0.58 |
| Hex | 43 | E5 | DC | 47 | 0 | 4 | A | B1 | 4C | 3A |
| Octal | 103 | 345 | 334 | 107 | 0 | 4 | 12 | 261 | 114 | 72 |
| Binary | 1000011 | 11100101 | 11011100 | 1000111 | 0 | 100 | 1010 | 10110001 | 1001100 | 111010 |
Color Harmonies of #43E5DC
Complementary color
Monochromatic Colors of #43E5DC
Black with #43E5DC
Text Example
Text Example
White with #43E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E5DC; }
p { color: rgb(67,229,220); }
H1.HeaderClassName
{
color: #43E5DC;
}
.AnyTagClassName
{
color: #43E5DC;
}
</style>
background-color css
<style>
a { background-color: #43E5DC; }
a { background-color: rgb(67,229,220); }
div.DivClassName
{
background-color: #43E5DC;
}
.BgClassName
{
background-color: #43E5DC;
}
</style>
border-color css
<style>
span { border-color: #43E5DC; }
span { border-color: rgb(67,229,220); }
td.TdClassName
{
border-color: #43E5DC;
}
.TagClassName
{
border-color: #43E5DC;
}
</style>