Shades of Turquoise #43DDCD
Tints of Turquoise #43DDCD
RGB
CMYK
RGB Variations
Color information
#43DDCD (or 0x43DDCD) is known color: Turquoise. HEX triplet: 43, DD and CD. RGB value is (67,221,205). Sum of RGB (Red+Green+Blue) = 67+221+205=493 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.59% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #43DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DDCD is #BC2232. Grayscale: #ADADAD. Windows color (decimal): -12329523 or 13491523. OLE color: 13491523.
HSL color Cylindrical-coordinate representation of color #43DDCD: hue angle of 173.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DDCD is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 205 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.13 |
| HSL | 173.77º | 0.69% | 0.56% | - |
| HSV(B) | 173.77º | 0.7% | 0.87% | - |
| XYZ | 39.19 | 57.31 | 66.75 | - |
| YUV | 173.13 | 145.98 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 205 | 0.70 | 0 | 0.07 | 0.13 | 173.77 | 0.69 | 0.56 |
| Hex | 43 | DD | CD | 46 | 0 | 7 | D | AE | 45 | 38 |
| Octal | 103 | 335 | 315 | 106 | 0 | 7 | 15 | 256 | 105 | 70 |
| Binary | 1000011 | 11011101 | 11001101 | 1000110 | 0 | 111 | 1101 | 10101110 | 1000101 | 111000 |
Color Harmonies of #43DDCD
Complementary color
Monochromatic Colors of #43DDCD
Black with #43DDCD
Text Example
Text Example
White with #43DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DDCD; }
p { color: rgb(67,221,205); }
H1.HeaderClassName
{
color: #43DDCD;
}
.AnyTagClassName
{
color: #43DDCD;
}
</style>
background-color css
<style>
a { background-color: #43DDCD; }
a { background-color: rgb(67,221,205); }
div.DivClassName
{
background-color: #43DDCD;
}
.BgClassName
{
background-color: #43DDCD;
}
</style>
border-color css
<style>
span { border-color: #43DDCD; }
span { border-color: rgb(67,221,205); }
td.TdClassName
{
border-color: #43DDCD;
}
.TagClassName
{
border-color: #43DDCD;
}
</style>