Shades of Turquoise #43E0D3
Tints of Turquoise #43E0D3
RGB
CMYK
RGB Variations
Color information
#43E0D3 (or 0x43E0D3) is known color: Turquoise. HEX triplet: 43, E0 and D3. RGB value is (67,224,211). Sum of RGB (Red+Green+Blue) = 67+224+211=502 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.35% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #43E0D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E0D3 is #BC1F2C. Grayscale: #AFAFAF. Windows color (decimal): -12328749 or 13885507. OLE color: 13885507.
HSL color Cylindrical-coordinate representation of color #43E0D3: hue angle of 175.03º 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 #43E0D3 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 211 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.12 |
| HSL | 175.03º | 0.72% | 0.57% | - |
| HSV(B) | 175.03º | 0.7% | 0.88% | - |
| XYZ | 40.73 | 59.21 | 70.91 | - |
| YUV | 175.58 | 147.99 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 211 | 0.70 | 0 | 0.06 | 0.12 | 175.03 | 0.72 | 0.57 |
| Hex | 43 | E0 | D3 | 46 | 0 | 6 | C | AF | 48 | 39 |
| Octal | 103 | 340 | 323 | 106 | 0 | 6 | 14 | 257 | 110 | 71 |
| Binary | 1000011 | 11100000 | 11010011 | 1000110 | 0 | 110 | 1100 | 10101111 | 1001000 | 111001 |
Color Harmonies of #43E0D3
Complementary color
Monochromatic Colors of #43E0D3
Black with #43E0D3
Text Example
Text Example
White with #43E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E0D3; }
p { color: rgb(67,224,211); }
H1.HeaderClassName
{
color: #43E0D3;
}
.AnyTagClassName
{
color: #43E0D3;
}
</style>
background-color css
<style>
a { background-color: #43E0D3; }
a { background-color: rgb(67,224,211); }
div.DivClassName
{
background-color: #43E0D3;
}
.BgClassName
{
background-color: #43E0D3;
}
</style>
border-color css
<style>
span { border-color: #43E0D3; }
span { border-color: rgb(67,224,211); }
td.TdClassName
{
border-color: #43E0D3;
}
.TagClassName
{
border-color: #43E0D3;
}
</style>