Shades of Turquoise #43ECAF
Tints of Turquoise #43ECAF
RGB
CMYK
RGB Variations
Color information
#43ECAF (or 0x43ECAF) is known color: Turquoise. HEX triplet: 43, EC and AF. RGB value is (67,236,175). Sum of RGB (Red+Green+Blue) = 67+236+175=478 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.02% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #43ECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #43ECAF is #BC1350. Grayscale: #B2B2B2. Windows color (decimal): -12325713 or 11529283. OLE color: 11529283.
HSL color Cylindrical-coordinate representation of color #43ECAF: hue angle of 158.34º 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 #43ECAF is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 175 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.07 |
| HSL | 158.34º | 0.82% | 0.59% | - |
| HSV(B) | 158.34º | 0.72% | 0.93% | - |
| XYZ | 40.05 | 64.28 | 50.85 | - |
| YUV | 178.52 | 126.01 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 175 | 0.72 | 0 | 0.26 | 0.07 | 158.34 | 0.82 | 0.59 |
| Hex | 43 | EC | AF | 48 | 0 | 1A | 7 | 9E | 52 | 3B |
| Octal | 103 | 354 | 257 | 110 | 0 | 32 | 7 | 236 | 122 | 73 |
| Binary | 1000011 | 11101100 | 10101111 | 1001000 | 0 | 11010 | 111 | 10011110 | 1010010 | 111011 |
Color Harmonies of #43ECAF
Complementary color
Monochromatic Colors of #43ECAF
Black with #43ECAF
Text Example
Text Example
White with #43ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECAF; }
p { color: rgb(67,236,175); }
H1.HeaderClassName
{
color: #43ECAF;
}
.AnyTagClassName
{
color: #43ECAF;
}
</style>
background-color css
<style>
a { background-color: #43ECAF; }
a { background-color: rgb(67,236,175); }
div.DivClassName
{
background-color: #43ECAF;
}
.BgClassName
{
background-color: #43ECAF;
}
</style>
border-color css
<style>
span { border-color: #43ECAF; }
span { border-color: rgb(67,236,175); }
td.TdClassName
{
border-color: #43ECAF;
}
.TagClassName
{
border-color: #43ECAF;
}
</style>