Shades of Turquoise #43ECB7
Tints of Turquoise #43ECB7
RGB
CMYK
RGB Variations
Color information
#43ECB7 (or 0x43ECB7) is known color: Turquoise. HEX triplet: 43, EC and B7. RGB value is (67,236,183). Sum of RGB (Red+Green+Blue) = 67+236+183=486 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.79% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #43ECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43ECB7 is #BC1348. Grayscale: #B3B3B3. Windows color (decimal): -12325705 or 12053571. OLE color: 12053571.
HSL color Cylindrical-coordinate representation of color #43ECB7: hue angle of 161.18º 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 #43ECB7 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 183 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.07 |
| HSL | 161.18º | 0.82% | 0.59% | - |
| HSV(B) | 161.18º | 0.72% | 0.93% | - |
| XYZ | 40.86 | 64.6 | 55.12 | - |
| YUV | 179.43 | 130.01 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 183 | 0.72 | 0 | 0.22 | 0.07 | 161.18 | 0.82 | 0.59 |
| Hex | 43 | EC | B7 | 48 | 0 | 16 | 7 | A1 | 52 | 3B |
| Octal | 103 | 354 | 267 | 110 | 0 | 26 | 7 | 241 | 122 | 73 |
| Binary | 1000011 | 11101100 | 10110111 | 1001000 | 0 | 10110 | 111 | 10100001 | 1010010 | 111011 |
Color Harmonies of #43ECB7
Complementary color
Monochromatic Colors of #43ECB7
Black with #43ECB7
Text Example
Text Example
White with #43ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECB7; }
p { color: rgb(67,236,183); }
H1.HeaderClassName
{
color: #43ECB7;
}
.AnyTagClassName
{
color: #43ECB7;
}
</style>
background-color css
<style>
a { background-color: #43ECB7; }
a { background-color: rgb(67,236,183); }
div.DivClassName
{
background-color: #43ECB7;
}
.BgClassName
{
background-color: #43ECB7;
}
</style>
border-color css
<style>
span { border-color: #43ECB7; }
span { border-color: rgb(67,236,183); }
td.TdClassName
{
border-color: #43ECB7;
}
.TagClassName
{
border-color: #43ECB7;
}
</style>