Shades of Turquoise #43E2CB
Tints of Turquoise #43E2CB
RGB
CMYK
RGB Variations
Color information
#43E2CB (or 0x43E2CB) is known color: Turquoise. HEX triplet: 43, E2 and CB. RGB value is (67,226,203). Sum of RGB (Red+Green+Blue) = 67+226+203=496 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.51% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #43E2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E2CB is #BC1D34. Grayscale: #AFAFAF. Windows color (decimal): -12328245 or 13361731. OLE color: 13361731.
HSL color Cylindrical-coordinate representation of color #43E2CB: hue angle of 171.32º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E2CB is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 226 | 203 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.11 |
| HSL | 171.32º | 0.73% | 0.57% | - |
| HSV(B) | 171.32º | 0.7% | 0.89% | - |
| XYZ | 40.29 | 59.9 | 65.94 | - |
| YUV | 175.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 226 | 203 | 0.70 | 0 | 0.10 | 0.11 | 171.32 | 0.73 | 0.57 |
| Hex | 43 | E2 | CB | 46 | 0 | A | B | AB | 49 | 39 |
| Octal | 103 | 342 | 313 | 106 | 0 | 12 | 13 | 253 | 111 | 71 |
| Binary | 1000011 | 11100010 | 11001011 | 1000110 | 0 | 1010 | 1011 | 10101011 | 1001001 | 111001 |
Color Harmonies of #43E2CB
Complementary color
Monochromatic Colors of #43E2CB
Black with #43E2CB
Text Example
Text Example
White with #43E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E2CB; }
p { color: rgb(67,226,203); }
H1.HeaderClassName
{
color: #43E2CB;
}
.AnyTagClassName
{
color: #43E2CB;
}
</style>
background-color css
<style>
a { background-color: #43E2CB; }
a { background-color: rgb(67,226,203); }
div.DivClassName
{
background-color: #43E2CB;
}
.BgClassName
{
background-color: #43E2CB;
}
</style>
border-color css
<style>
span { border-color: #43E2CB; }
span { border-color: rgb(67,226,203); }
td.TdClassName
{
border-color: #43E2CB;
}
.TagClassName
{
border-color: #43E2CB;
}
</style>