Shades of Turquoise #43ECEC
Tints of Turquoise #43ECEC
RGB
CMYK
RGB Variations
Color information
#43ECEC (or 0x43ECEC) is known color: Turquoise. HEX triplet: 43, EC and EC. RGB value is (67,236,236). Sum of RGB (Red+Green+Blue) = 67+236+236=539 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.43% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #43ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43ECEC is #BC1313. Grayscale: #B9B9B9. Windows color (decimal): -12325652 or 15526979. OLE color: 15526979.
HSL color Cylindrical-coordinate representation of color #43ECEC: hue angle of 180º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43ECEC is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 236 | - |
| CMYK | 0.72 | 0 | 0 | 0.07 |
| HSL | 180º | 0.82% | 0.59% | - |
| HSV(B) | 180º | 0.72% | 0.93% | - |
| XYZ | 47.45 | 67.24 | 89.83 | - |
| YUV | 185.47 | 156.51 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 236 | 0.72 | 0 | 0 | 0.07 | 180 | 0.82 | 0.59 |
| Hex | 43 | EC | EC | 48 | 0 | 0 | 7 | B4 | 52 | 3B |
| Octal | 103 | 354 | 354 | 110 | 0 | 0 | 7 | 264 | 122 | 73 |
| Binary | 1000011 | 11101100 | 11101100 | 1001000 | 0 | 0 | 111 | 10110100 | 1010010 | 111011 |
Color Harmonies of #43ECEC
Complementary color
Monochromatic Colors of #43ECEC
Black with #43ECEC
Text Example
Text Example
White with #43ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECEC; }
p { color: rgb(67,236,236); }
H1.HeaderClassName
{
color: #43ECEC;
}
.AnyTagClassName
{
color: #43ECEC;
}
</style>
background-color css
<style>
a { background-color: #43ECEC; }
a { background-color: rgb(67,236,236); }
div.DivClassName
{
background-color: #43ECEC;
}
.BgClassName
{
background-color: #43ECEC;
}
</style>
border-color css
<style>
span { border-color: #43ECEC; }
span { border-color: rgb(67,236,236); }
td.TdClassName
{
border-color: #43ECEC;
}
.TagClassName
{
border-color: #43ECEC;
}
</style>