Shades of Turquoise #43F0EC
Tints of Turquoise #43F0EC
RGB
CMYK
RGB Variations
Color information
#43F0EC (or 0x43F0EC) is known color: Turquoise. HEX triplet: 43, F0 and EC. RGB value is (67,240,236). Sum of RGB (Red+Green+Blue) = 67+240+236=543 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.34% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #43F0EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43F0EC is #BC0F13. Grayscale: #BBBBBB. Windows color (decimal): -12324628 or 15528003. OLE color: 15528003.
HSL color Cylindrical-coordinate representation of color #43F0EC: hue angle of 178.61º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43F0EC is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 240 | 236 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.06 |
| HSL | 178.61º | 0.85% | 0.6% | - |
| HSV(B) | 178.61º | 0.72% | 0.94% | - |
| XYZ | 48.62 | 69.57 | 90.22 | - |
| YUV | 187.82 | 155.19 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 240 | 236 | 0.72 | 0 | 0.02 | 0.06 | 178.61 | 0.85 | 0.6 |
| Hex | 43 | F0 | EC | 48 | 0 | 2 | 6 | B3 | 55 | 3C |
| Octal | 103 | 360 | 354 | 110 | 0 | 2 | 6 | 263 | 125 | 74 |
| Binary | 1000011 | 11110000 | 11101100 | 1001000 | 0 | 10 | 110 | 10110011 | 1010101 | 111100 |
Color Harmonies of #43F0EC
Complementary color
Monochromatic Colors of #43F0EC
Black with #43F0EC
Text Example
Text Example
White with #43F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F0EC; }
p { color: rgb(67,240,236); }
H1.HeaderClassName
{
color: #43F0EC;
}
.AnyTagClassName
{
color: #43F0EC;
}
</style>
background-color css
<style>
a { background-color: #43F0EC; }
a { background-color: rgb(67,240,236); }
div.DivClassName
{
background-color: #43F0EC;
}
.BgClassName
{
background-color: #43F0EC;
}
</style>
border-color css
<style>
span { border-color: #43F0EC; }
span { border-color: rgb(67,240,236); }
td.TdClassName
{
border-color: #43F0EC;
}
.TagClassName
{
border-color: #43F0EC;
}
</style>