Shades of Turquoise #43ECE7
Tints of Turquoise #43ECE7
RGB
CMYK
RGB Variations
Color information
#43ECE7 (or 0x43ECE7) is known color: Turquoise. HEX triplet: 43, EC and E7. RGB value is (67,236,231). Sum of RGB (Red+Green+Blue) = 67+236+231=534 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.55% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #43ECE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43ECE7 is #BC1318. Grayscale: #B8B8B8. Windows color (decimal): -12325657 or 15199299. OLE color: 15199299.
HSL color Cylindrical-coordinate representation of color #43ECE7: hue angle of 178.22º 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 #43ECE7 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 231 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.07 |
| HSL | 178.22º | 0.82% | 0.59% | - |
| HSV(B) | 178.22º | 0.72% | 0.93% | - |
| XYZ | 46.73 | 66.95 | 86.06 | - |
| YUV | 184.9 | 154.01 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 231 | 0.72 | 0 | 0.02 | 0.07 | 178.22 | 0.82 | 0.59 |
| Hex | 43 | EC | E7 | 48 | 0 | 2 | 7 | B2 | 52 | 3B |
| Octal | 103 | 354 | 347 | 110 | 0 | 2 | 7 | 262 | 122 | 73 |
| Binary | 1000011 | 11101100 | 11100111 | 1001000 | 0 | 10 | 111 | 10110010 | 1010010 | 111011 |
Color Harmonies of #43ECE7
Complementary color
Monochromatic Colors of #43ECE7
Black with #43ECE7
Text Example
Text Example
White with #43ECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECE7; }
p { color: rgb(67,236,231); }
H1.HeaderClassName
{
color: #43ECE7;
}
.AnyTagClassName
{
color: #43ECE7;
}
</style>
background-color css
<style>
a { background-color: #43ECE7; }
a { background-color: rgb(67,236,231); }
div.DivClassName
{
background-color: #43ECE7;
}
.BgClassName
{
background-color: #43ECE7;
}
</style>
border-color css
<style>
span { border-color: #43ECE7; }
span { border-color: rgb(67,236,231); }
td.TdClassName
{
border-color: #43ECE7;
}
.TagClassName
{
border-color: #43ECE7;
}
</style>