Shades of Turquoise #43FED6
Tints of Turquoise #43FED6
RGB
CMYK
RGB Variations
Color information
#43FED6 (or 0x43FED6) is known color: Turquoise. HEX triplet: 43, FE and D6. RGB value is (67,254,214). Sum of RGB (Red+Green+Blue) = 67+254+214=535 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.52% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #43FED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FED6 is #BC0129. Grayscale: #C1C1C1. Windows color (decimal): -12321066 or 14089795. OLE color: 14089795.
HSL color Cylindrical-coordinate representation of color #43FED6: hue angle of 167.17º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FED6 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 214 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.00 |
| HSL | 167.17º | 0.99% | 0.63% | - |
| HSV(B) | 167.17º | 0.74% | 1% | - |
| XYZ | 49.89 | 76.93 | 75.84 | - |
| YUV | 193.53 | 139.55 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 214 | 0.74 | 0 | 0.16 | 0.00 | 167.17 | 0.99 | 0.63 |
| Hex | 43 | FE | D6 | 4A | 0 | 10 | 0 | A7 | 63 | 3F |
| Octal | 103 | 376 | 326 | 112 | 0 | 20 | 0 | 247 | 143 | 77 |
| Binary | 1000011 | 11111110 | 11010110 | 1001010 | 0 | 10000 | 0 | 10100111 | 1100011 | 111111 |
Color Harmonies of #43FED6
Complementary color
Monochromatic Colors of #43FED6
Black with #43FED6
Text Example
Text Example
White with #43FED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FED6; }
p { color: rgb(67,254,214); }
H1.HeaderClassName
{
color: #43FED6;
}
.AnyTagClassName
{
color: #43FED6;
}
</style>
background-color css
<style>
a { background-color: #43FED6; }
a { background-color: rgb(67,254,214); }
div.DivClassName
{
background-color: #43FED6;
}
.BgClassName
{
background-color: #43FED6;
}
</style>
border-color css
<style>
span { border-color: #43FED6; }
span { border-color: rgb(67,254,214); }
td.TdClassName
{
border-color: #43FED6;
}
.TagClassName
{
border-color: #43FED6;
}
</style>