Shades of Turquoise #43E1CE
Tints of Turquoise #43E1CE
RGB
CMYK
RGB Variations
Color information
#43E1CE (or 0x43E1CE) is known color: Turquoise. HEX triplet: 43, E1 and CE. RGB value is (67,225,206). Sum of RGB (Red+Green+Blue) = 67+225+206=498 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.45% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #43E1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E1CE is #BC1E31. Grayscale: #AFAFAF. Windows color (decimal): -12328498 or 13558083. OLE color: 13558083.
HSL color Cylindrical-coordinate representation of color #43E1CE: hue angle of 172.78º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E1CE is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 225 | 206 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.12 |
| HSL | 172.78º | 0.72% | 0.57% | - |
| HSV(B) | 172.78º | 0.7% | 0.88% | - |
| XYZ | 40.38 | 59.5 | 67.75 | - |
| YUV | 175.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 225 | 206 | 0.70 | 0 | 0.08 | 0.12 | 172.78 | 0.72 | 0.57 |
| Hex | 43 | E1 | CE | 46 | 0 | 8 | C | AD | 48 | 39 |
| Octal | 103 | 341 | 316 | 106 | 0 | 10 | 14 | 255 | 110 | 71 |
| Binary | 1000011 | 11100001 | 11001110 | 1000110 | 0 | 1000 | 1100 | 10101101 | 1001000 | 111001 |
Color Harmonies of #43E1CE
Complementary color
Monochromatic Colors of #43E1CE
Black with #43E1CE
Text Example
Text Example
White with #43E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E1CE; }
p { color: rgb(67,225,206); }
H1.HeaderClassName
{
color: #43E1CE;
}
.AnyTagClassName
{
color: #43E1CE;
}
</style>
background-color css
<style>
a { background-color: #43E1CE; }
a { background-color: rgb(67,225,206); }
div.DivClassName
{
background-color: #43E1CE;
}
.BgClassName
{
background-color: #43E1CE;
}
</style>
border-color css
<style>
span { border-color: #43E1CE; }
span { border-color: rgb(67,225,206); }
td.TdClassName
{
border-color: #43E1CE;
}
.TagClassName
{
border-color: #43E1CE;
}
</style>