Shades of Turquoise #43DFBD
Tints of Turquoise #43DFBD
RGB
CMYK
RGB Variations
Color information
#43DFBD (or 0x43DFBD) is known color: Turquoise. HEX triplet: 43, DF and BD. RGB value is (67,223,189). Sum of RGB (Red+Green+Blue) = 67+223+189=479 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.99% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #43DFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DFBD is #BC2042. Grayscale: #ACACAC. Windows color (decimal): -12329027 or 12443459. OLE color: 12443459.
HSL color Cylindrical-coordinate representation of color #43DFBD: hue angle of 166.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DFBD is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 223 | 189 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.13 |
| HSL | 166.92º | 0.71% | 0.57% | - |
| HSV(B) | 166.92º | 0.7% | 0.87% | - |
| XYZ | 37.89 | 57.64 | 57.27 | - |
| YUV | 172.48 | 137.32 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 223 | 189 | 0.70 | 0 | 0.15 | 0.13 | 166.92 | 0.71 | 0.57 |
| Hex | 43 | DF | BD | 46 | 0 | F | D | A7 | 47 | 39 |
| Octal | 103 | 337 | 275 | 106 | 0 | 17 | 15 | 247 | 107 | 71 |
| Binary | 1000011 | 11011111 | 10111101 | 1000110 | 0 | 1111 | 1101 | 10100111 | 1000111 | 111001 |
Color Harmonies of #43DFBD
Complementary color
Monochromatic Colors of #43DFBD
Black with #43DFBD
Text Example
Text Example
White with #43DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DFBD; }
p { color: rgb(67,223,189); }
H1.HeaderClassName
{
color: #43DFBD;
}
.AnyTagClassName
{
color: #43DFBD;
}
</style>
background-color css
<style>
a { background-color: #43DFBD; }
a { background-color: rgb(67,223,189); }
div.DivClassName
{
background-color: #43DFBD;
}
.BgClassName
{
background-color: #43DFBD;
}
</style>
border-color css
<style>
span { border-color: #43DFBD; }
span { border-color: rgb(67,223,189); }
td.TdClassName
{
border-color: #43DFBD;
}
.TagClassName
{
border-color: #43DFBD;
}
</style>