Shades of Turquoise #43E5CC
Tints of Turquoise #43E5CC
RGB
CMYK
RGB Variations
Color information
#43E5CC (or 0x43E5CC) is known color: Turquoise. HEX triplet: 43, E5 and CC. RGB value is (67,229,204). Sum of RGB (Red+Green+Blue) = 67+229+204=500 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.4% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #43E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E5CC is #BC1A33. Grayscale: #B1B1B1. Windows color (decimal): -12327476 or 13428035. OLE color: 13428035.
HSL color Cylindrical-coordinate representation of color #43E5CC: hue angle of 170.74º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43E5CC is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 229 | 204 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.10 |
| HSL | 170.74º | 0.76% | 0.58% | - |
| HSV(B) | 170.74º | 0.71% | 0.9% | - |
| XYZ | 41.23 | 61.59 | 66.84 | - |
| YUV | 177.71 | 142.83 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 229 | 204 | 0.71 | 0 | 0.11 | 0.10 | 170.74 | 0.76 | 0.58 |
| Hex | 43 | E5 | CC | 47 | 0 | B | A | AB | 4C | 3A |
| Octal | 103 | 345 | 314 | 107 | 0 | 13 | 12 | 253 | 114 | 72 |
| Binary | 1000011 | 11100101 | 11001100 | 1000111 | 0 | 1011 | 1010 | 10101011 | 1001100 | 111010 |
Color Harmonies of #43E5CC
Complementary color
Monochromatic Colors of #43E5CC
Black with #43E5CC
Text Example
Text Example
White with #43E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E5CC; }
p { color: rgb(67,229,204); }
H1.HeaderClassName
{
color: #43E5CC;
}
.AnyTagClassName
{
color: #43E5CC;
}
</style>
background-color css
<style>
a { background-color: #43E5CC; }
a { background-color: rgb(67,229,204); }
div.DivClassName
{
background-color: #43E5CC;
}
.BgClassName
{
background-color: #43E5CC;
}
</style>
border-color css
<style>
span { border-color: #43E5CC; }
span { border-color: rgb(67,229,204); }
td.TdClassName
{
border-color: #43E5CC;
}
.TagClassName
{
border-color: #43E5CC;
}
</style>