Shades of Turquoise #43FEF2
Tints of Turquoise #43FEF2
RGB
CMYK
RGB Variations
Color information
#43FEF2 (or 0x43FEF2) is known color: Turquoise. HEX triplet: 43, FE and F2. RGB value is (67,254,242). Sum of RGB (Red+Green+Blue) = 67+254+242=563 (74% of max value = 765). Red value is 67 (26.56% from 255 or 11.90% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FEF2 is #BC010D. Grayscale: #C4C4C4. Windows color (decimal): -12321038 or 15924803. OLE color: 15924803.
HSL color Cylindrical-coordinate representation of color #43FEF2: hue angle of 176.15º 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 #43FEF2 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 242 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.00 |
| HSL | 176.15º | 0.99% | 0.63% | - |
| HSV(B) | 176.15º | 0.74% | 1% | - |
| XYZ | 53.78 | 78.49 | 96.32 | - |
| YUV | 196.72 | 153.55 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 242 | 0.74 | 0 | 0.05 | 0.00 | 176.15 | 0.99 | 0.63 |
| Hex | 43 | FE | F2 | 4A | 0 | 5 | 0 | B0 | 63 | 3F |
| Octal | 103 | 376 | 362 | 112 | 0 | 5 | 0 | 260 | 143 | 77 |
| Binary | 1000011 | 11111110 | 11110010 | 1001010 | 0 | 101 | 0 | 10110000 | 1100011 | 111111 |
Color Harmonies of #43FEF2
Complementary color
Monochromatic Colors of #43FEF2
Black with #43FEF2
Text Example
Text Example
White with #43FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEF2; }
p { color: rgb(67,254,242); }
H1.HeaderClassName
{
color: #43FEF2;
}
.AnyTagClassName
{
color: #43FEF2;
}
</style>
background-color css
<style>
a { background-color: #43FEF2; }
a { background-color: rgb(67,254,242); }
div.DivClassName
{
background-color: #43FEF2;
}
.BgClassName
{
background-color: #43FEF2;
}
</style>
border-color css
<style>
span { border-color: #43FEF2; }
span { border-color: rgb(67,254,242); }
td.TdClassName
{
border-color: #43FEF2;
}
.TagClassName
{
border-color: #43FEF2;
}
</style>