Shades of Turquoise #43E6CD
Tints of Turquoise #43E6CD
RGB
CMYK
RGB Variations
Color information
#43E6CD (or 0x43E6CD) is known color: Turquoise. HEX triplet: 43, E6 and CD. RGB value is (67,230,205). Sum of RGB (Red+Green+Blue) = 67+230+205=502 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.35% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #43E6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43E6CD is #BC1932. Grayscale: #B2B2B2. Windows color (decimal): -12327219 or 13493827. OLE color: 13493827.
HSL color Cylindrical-coordinate representation of color #43E6CD: hue angle of 170.8º degrees, saturation: 0.77, 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 #43E6CD is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 230 | 205 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.10 |
| HSL | 170.8º | 0.77% | 0.58% | - |
| HSV(B) | 170.8º | 0.71% | 0.9% | - |
| XYZ | 41.63 | 62.19 | 67.57 | - |
| YUV | 178.41 | 143 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 230 | 205 | 0.71 | 0 | 0.11 | 0.10 | 170.8 | 0.77 | 0.58 |
| Hex | 43 | E6 | CD | 47 | 0 | B | A | AB | 4D | 3A |
| Octal | 103 | 346 | 315 | 107 | 0 | 13 | 12 | 253 | 115 | 72 |
| Binary | 1000011 | 11100110 | 11001101 | 1000111 | 0 | 1011 | 1010 | 10101011 | 1001101 | 111010 |
Color Harmonies of #43E6CD
Complementary color
Monochromatic Colors of #43E6CD
Black with #43E6CD
Text Example
Text Example
White with #43E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E6CD; }
p { color: rgb(67,230,205); }
H1.HeaderClassName
{
color: #43E6CD;
}
.AnyTagClassName
{
color: #43E6CD;
}
</style>
background-color css
<style>
a { background-color: #43E6CD; }
a { background-color: rgb(67,230,205); }
div.DivClassName
{
background-color: #43E6CD;
}
.BgClassName
{
background-color: #43E6CD;
}
</style>
border-color css
<style>
span { border-color: #43E6CD; }
span { border-color: rgb(67,230,205); }
td.TdClassName
{
border-color: #43E6CD;
}
.TagClassName
{
border-color: #43E6CD;
}
</style>