Shades of Turquoise #43DEC7
Tints of Turquoise #43DEC7
RGB
CMYK
RGB Variations
Color information
#43DEC7 (or 0x43DEC7) is known color: Turquoise. HEX triplet: 43, DE and C7. RGB value is (67,222,199). Sum of RGB (Red+Green+Blue) = 67+222+199=488 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.73% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #43DEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DEC7 is #BC2138. Grayscale: #ACACAC. Windows color (decimal): -12329273 or 13098563. OLE color: 13098563.
HSL color Cylindrical-coordinate representation of color #43DEC7: hue angle of 171.1º degrees, saturation: 0.7, 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 #43DEC7 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 222 | 199 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.13 |
| HSL | 171.1º | 0.7% | 0.57% | - |
| HSV(B) | 171.1º | 0.7% | 0.87% | - |
| XYZ | 38.74 | 57.56 | 63.1 | - |
| YUV | 173.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 199 | 0.70 | 0 | 0.10 | 0.13 | 171.1 | 0.7 | 0.57 |
| Hex | 43 | DE | C7 | 46 | 0 | A | D | AB | 46 | 39 |
| Octal | 103 | 336 | 307 | 106 | 0 | 12 | 15 | 253 | 106 | 71 |
| Binary | 1000011 | 11011110 | 11000111 | 1000110 | 0 | 1010 | 1101 | 10101011 | 1000110 | 111001 |
Color Harmonies of #43DEC7
Complementary color
Monochromatic Colors of #43DEC7
Black with #43DEC7
Text Example
Text Example
White with #43DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DEC7; }
p { color: rgb(67,222,199); }
H1.HeaderClassName
{
color: #43DEC7;
}
.AnyTagClassName
{
color: #43DEC7;
}
</style>
background-color css
<style>
a { background-color: #43DEC7; }
a { background-color: rgb(67,222,199); }
div.DivClassName
{
background-color: #43DEC7;
}
.BgClassName
{
background-color: #43DEC7;
}
</style>
border-color css
<style>
span { border-color: #43DEC7; }
span { border-color: rgb(67,222,199); }
td.TdClassName
{
border-color: #43DEC7;
}
.TagClassName
{
border-color: #43DEC7;
}
</style>