Shades of Turquoise #43F2C0
Tints of Turquoise #43F2C0
RGB
CMYK
RGB Variations
Color information
#43F2C0 (or 0x43F2C0) is known color: Turquoise. HEX triplet: 43, F2 and C0. RGB value is (67,242,192). Sum of RGB (Red+Green+Blue) = 67+242+192=501 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.37% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #43F2C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F2C0 is #BC0D3F. Grayscale: #B8B8B8. Windows color (decimal): -12324160 or 12644931. OLE color: 12644931.
HSL color Cylindrical-coordinate representation of color #43F2C0: hue angle of 162.86º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43F2C0 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 242 | 192 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.05 |
| HSL | 162.86º | 0.87% | 0.61% | - |
| HSV(B) | 162.86º | 0.72% | 0.95% | - |
| XYZ | 43.58 | 68.5 | 60.79 | - |
| YUV | 183.98 | 132.52 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 242 | 192 | 0.72 | 0 | 0.21 | 0.05 | 162.86 | 0.87 | 0.61 |
| Hex | 43 | F2 | C0 | 48 | 0 | 15 | 5 | A3 | 57 | 3D |
| Octal | 103 | 362 | 300 | 110 | 0 | 25 | 5 | 243 | 127 | 75 |
| Binary | 1000011 | 11110010 | 11000000 | 1001000 | 0 | 10101 | 101 | 10100011 | 1010111 | 111101 |
Color Harmonies of #43F2C0
Complementary color
Monochromatic Colors of #43F2C0
Black with #43F2C0
Text Example
Text Example
White with #43F2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F2C0; }
p { color: rgb(67,242,192); }
H1.HeaderClassName
{
color: #43F2C0;
}
.AnyTagClassName
{
color: #43F2C0;
}
</style>
background-color css
<style>
a { background-color: #43F2C0; }
a { background-color: rgb(67,242,192); }
div.DivClassName
{
background-color: #43F2C0;
}
.BgClassName
{
background-color: #43F2C0;
}
</style>
border-color css
<style>
span { border-color: #43F2C0; }
span { border-color: rgb(67,242,192); }
td.TdClassName
{
border-color: #43F2C0;
}
.TagClassName
{
border-color: #43F2C0;
}
</style>