Shades of Turquoise #43E9DC
Tints of Turquoise #43E9DC
RGB
CMYK
RGB Variations
Color information
#43E9DC (or 0x43E9DC) is known color: Turquoise. HEX triplet: 43, E9 and DC. RGB value is (67,233,220). Sum of RGB (Red+Green+Blue) = 67+233+220=520 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.88% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #43E9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43E9DC is #BC1623. Grayscale: #B5B5B5. Windows color (decimal): -12326436 or 14477635. OLE color: 14477635.
HSL color Cylindrical-coordinate representation of color #43E9DC: hue angle of 175.3º 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 #43E9DC is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 233 | 220 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.09 |
| HSL | 175.3º | 0.79% | 0.59% | - |
| HSV(B) | 175.3º | 0.71% | 0.91% | - |
| XYZ | 44.37 | 64.64 | 77.85 | - |
| YUV | 181.88 | 149.5 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 233 | 220 | 0.71 | 0 | 0.06 | 0.09 | 175.3 | 0.79 | 0.59 |
| Hex | 43 | E9 | DC | 47 | 0 | 6 | 9 | AF | 4F | 3B |
| Octal | 103 | 351 | 334 | 107 | 0 | 6 | 11 | 257 | 117 | 73 |
| Binary | 1000011 | 11101001 | 11011100 | 1000111 | 0 | 110 | 1001 | 10101111 | 1001111 | 111011 |
Color Harmonies of #43E9DC
Complementary color
Monochromatic Colors of #43E9DC
Black with #43E9DC
Text Example
Text Example
White with #43E9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E9DC; }
p { color: rgb(67,233,220); }
H1.HeaderClassName
{
color: #43E9DC;
}
.AnyTagClassName
{
color: #43E9DC;
}
</style>
background-color css
<style>
a { background-color: #43E9DC; }
a { background-color: rgb(67,233,220); }
div.DivClassName
{
background-color: #43E9DC;
}
.BgClassName
{
background-color: #43E9DC;
}
</style>
border-color css
<style>
span { border-color: #43E9DC; }
span { border-color: rgb(67,233,220); }
td.TdClassName
{
border-color: #43E9DC;
}
.TagClassName
{
border-color: #43E9DC;
}
</style>