Shades of Turquoise #43DCB2
Tints of Turquoise #43DCB2
RGB
CMYK
RGB Variations
Color information
#43DCB2 (or 0x43DCB2) is known color: Turquoise. HEX triplet: 43, DC and B2. RGB value is (67,220,178). Sum of RGB (Red+Green+Blue) = 67+220+178=465 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.41% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #43DCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43DCB2 is #BC234D. Grayscale: #A9A9A9. Windows color (decimal): -12329806 or 11721795. OLE color: 11721795.
HSL color Cylindrical-coordinate representation of color #43DCB2: hue angle of 163.53º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DCB2 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 178 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.14 |
| HSL | 163.53º | 0.69% | 0.56% | - |
| HSV(B) | 163.53º | 0.7% | 0.86% | - |
| XYZ | 35.94 | 55.59 | 50.96 | - |
| YUV | 169.47 | 132.81 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 178 | 0.70 | 0 | 0.19 | 0.14 | 163.53 | 0.69 | 0.56 |
| Hex | 43 | DC | B2 | 46 | 0 | 13 | E | A4 | 45 | 38 |
| Octal | 103 | 334 | 262 | 106 | 0 | 23 | 16 | 244 | 105 | 70 |
| Binary | 1000011 | 11011100 | 10110010 | 1000110 | 0 | 10011 | 1110 | 10100100 | 1000101 | 111000 |
Color Harmonies of #43DCB2
Complementary color
Monochromatic Colors of #43DCB2
Black with #43DCB2
Text Example
Text Example
White with #43DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DCB2; }
p { color: rgb(67,220,178); }
H1.HeaderClassName
{
color: #43DCB2;
}
.AnyTagClassName
{
color: #43DCB2;
}
</style>
background-color css
<style>
a { background-color: #43DCB2; }
a { background-color: rgb(67,220,178); }
div.DivClassName
{
background-color: #43DCB2;
}
.BgClassName
{
background-color: #43DCB2;
}
</style>
border-color css
<style>
span { border-color: #43DCB2; }
span { border-color: rgb(67,220,178); }
td.TdClassName
{
border-color: #43DCB2;
}
.TagClassName
{
border-color: #43DCB2;
}
</style>