Shades of Turquoise #43DFB7
Tints of Turquoise #43DFB7
RGB
CMYK
RGB Variations
Color information
#43DFB7 (or 0x43DFB7) is known color: Turquoise. HEX triplet: 43, DF and B7. RGB value is (67,223,183). Sum of RGB (Red+Green+Blue) = 67+223+183=473 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.16% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #43DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DFB7 is #BC2048. Grayscale: #ABABAB. Windows color (decimal): -12329033 or 12050243. OLE color: 12050243.
HSL color Cylindrical-coordinate representation of color #43DFB7: hue angle of 164.62º 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 #43DFB7 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 223 | 183 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.13 |
| HSL | 164.62º | 0.71% | 0.57% | - |
| HSV(B) | 164.62º | 0.7% | 0.87% | - |
| XYZ | 37.25 | 57.39 | 53.91 | - |
| YUV | 171.8 | 134.32 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 223 | 183 | 0.70 | 0 | 0.18 | 0.13 | 164.62 | 0.71 | 0.57 |
| Hex | 43 | DF | B7 | 46 | 0 | 12 | D | A5 | 47 | 39 |
| Octal | 103 | 337 | 267 | 106 | 0 | 22 | 15 | 245 | 107 | 71 |
| Binary | 1000011 | 11011111 | 10110111 | 1000110 | 0 | 10010 | 1101 | 10100101 | 1000111 | 111001 |
Color Harmonies of #43DFB7
Complementary color
Monochromatic Colors of #43DFB7
Black with #43DFB7
Text Example
Text Example
White with #43DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DFB7; }
p { color: rgb(67,223,183); }
H1.HeaderClassName
{
color: #43DFB7;
}
.AnyTagClassName
{
color: #43DFB7;
}
</style>
background-color css
<style>
a { background-color: #43DFB7; }
a { background-color: rgb(67,223,183); }
div.DivClassName
{
background-color: #43DFB7;
}
.BgClassName
{
background-color: #43DFB7;
}
</style>
border-color css
<style>
span { border-color: #43DFB7; }
span { border-color: rgb(67,223,183); }
td.TdClassName
{
border-color: #43DFB7;
}
.TagClassName
{
border-color: #43DFB7;
}
</style>