Shades of Turquoise #43F7EC
Tints of Turquoise #43F7EC
RGB
CMYK
RGB Variations
Color information
#43F7EC (or 0x43F7EC) is known color: Turquoise. HEX triplet: 43, F7 and EC. RGB value is (67,247,236). Sum of RGB (Red+Green+Blue) = 67+247+236=550 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.18% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #43F7EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43F7EC is #BC0813. Grayscale: #BFBFBF. Windows color (decimal): -12322836 or 15529795. OLE color: 15529795.
HSL color Cylindrical-coordinate representation of color #43F7EC: hue angle of 176.33º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F7EC is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 247 | 236 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.03 |
| HSL | 176.33º | 0.92% | 0.62% | - |
| HSV(B) | 176.33º | 0.73% | 0.97% | - |
| XYZ | 50.72 | 73.77 | 90.92 | - |
| YUV | 191.93 | 152.87 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 247 | 236 | 0.73 | 0 | 0.04 | 0.03 | 176.33 | 0.92 | 0.62 |
| Hex | 43 | F7 | EC | 49 | 0 | 4 | 3 | B0 | 5C | 3E |
| Octal | 103 | 367 | 354 | 111 | 0 | 4 | 3 | 260 | 134 | 76 |
| Binary | 1000011 | 11110111 | 11101100 | 1001001 | 0 | 100 | 11 | 10110000 | 1011100 | 111110 |
Color Harmonies of #43F7EC
Complementary color
Monochromatic Colors of #43F7EC
Black with #43F7EC
Text Example
Text Example
White with #43F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F7EC; }
p { color: rgb(67,247,236); }
H1.HeaderClassName
{
color: #43F7EC;
}
.AnyTagClassName
{
color: #43F7EC;
}
</style>
background-color css
<style>
a { background-color: #43F7EC; }
a { background-color: rgb(67,247,236); }
div.DivClassName
{
background-color: #43F7EC;
}
.BgClassName
{
background-color: #43F7EC;
}
</style>
border-color css
<style>
span { border-color: #43F7EC; }
span { border-color: rgb(67,247,236); }
td.TdClassName
{
border-color: #43F7EC;
}
.TagClassName
{
border-color: #43F7EC;
}
</style>