Shades of Turquoise #43FEE2
Tints of Turquoise #43FEE2
RGB
CMYK
RGB Variations
Color information
#43FEE2 (or 0x43FEE2) is known color: Turquoise. HEX triplet: 43, FE and E2. RGB value is (67,254,226). Sum of RGB (Red+Green+Blue) = 67+254+226=547 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.25% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FEE2 is #BC011D. Grayscale: #C2C2C2. Windows color (decimal): -12321054 or 14876227. OLE color: 14876227.
HSL color Cylindrical-coordinate representation of color #43FEE2: hue angle of 171.02º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FEE2 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 226 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.00 |
| HSL | 171.02º | 0.99% | 0.63% | - |
| HSV(B) | 171.02º | 0.74% | 1% | - |
| XYZ | 51.48 | 77.57 | 84.21 | - |
| YUV | 194.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 226 | 0.74 | 0 | 0.11 | 0.00 | 171.02 | 0.99 | 0.63 |
| Hex | 43 | FE | E2 | 4A | 0 | B | 0 | AB | 63 | 3F |
| Octal | 103 | 376 | 342 | 112 | 0 | 13 | 0 | 253 | 143 | 77 |
| Binary | 1000011 | 11111110 | 11100010 | 1001010 | 0 | 1011 | 0 | 10101011 | 1100011 | 111111 |
Color Harmonies of #43FEE2
Complementary color
Monochromatic Colors of #43FEE2
Black with #43FEE2
Text Example
Text Example
White with #43FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEE2; }
p { color: rgb(67,254,226); }
H1.HeaderClassName
{
color: #43FEE2;
}
.AnyTagClassName
{
color: #43FEE2;
}
</style>
background-color css
<style>
a { background-color: #43FEE2; }
a { background-color: rgb(67,254,226); }
div.DivClassName
{
background-color: #43FEE2;
}
.BgClassName
{
background-color: #43FEE2;
}
</style>
border-color css
<style>
span { border-color: #43FEE2; }
span { border-color: rgb(67,254,226); }
td.TdClassName
{
border-color: #43FEE2;
}
.TagClassName
{
border-color: #43FEE2;
}
</style>