Shades of Turquoise #43DCB5
Tints of Turquoise #43DCB5
RGB
CMYK
RGB Variations
Color information
#43DCB5 (or 0x43DCB5) is known color: Turquoise. HEX triplet: 43, DC and B5. RGB value is (67,220,181). Sum of RGB (Red+Green+Blue) = 67+220+181=468 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.32% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #43DCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DCB5 is #BC234A. Grayscale: #A9A9A9. Windows color (decimal): -12329803 or 11918403. OLE color: 11918403.
HSL color Cylindrical-coordinate representation of color #43DCB5: hue angle of 164.71º 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 #43DCB5 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 181 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.14 |
| HSL | 164.71º | 0.69% | 0.56% | - |
| HSV(B) | 164.71º | 0.7% | 0.86% | - |
| XYZ | 36.25 | 55.72 | 52.56 | - |
| YUV | 169.81 | 134.31 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 181 | 0.70 | 0 | 0.18 | 0.14 | 164.71 | 0.69 | 0.56 |
| Hex | 43 | DC | B5 | 46 | 0 | 12 | E | A5 | 45 | 38 |
| Octal | 103 | 334 | 265 | 106 | 0 | 22 | 16 | 245 | 105 | 70 |
| Binary | 1000011 | 11011100 | 10110101 | 1000110 | 0 | 10010 | 1110 | 10100101 | 1000101 | 111000 |
Color Harmonies of #43DCB5
Complementary color
Monochromatic Colors of #43DCB5
Black with #43DCB5
Text Example
Text Example
White with #43DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DCB5; }
p { color: rgb(67,220,181); }
H1.HeaderClassName
{
color: #43DCB5;
}
.AnyTagClassName
{
color: #43DCB5;
}
</style>
background-color css
<style>
a { background-color: #43DCB5; }
a { background-color: rgb(67,220,181); }
div.DivClassName
{
background-color: #43DCB5;
}
.BgClassName
{
background-color: #43DCB5;
}
</style>
border-color css
<style>
span { border-color: #43DCB5; }
span { border-color: rgb(67,220,181); }
td.TdClassName
{
border-color: #43DCB5;
}
.TagClassName
{
border-color: #43DCB5;
}
</style>