Shades of Turquoise #43FEEA
Tints of Turquoise #43FEEA
RGB
CMYK
RGB Variations
Color information
#43FEEA (or 0x43FEEA) is known color: Turquoise. HEX triplet: 43, FE and EA. RGB value is (67,254,234). Sum of RGB (Red+Green+Blue) = 67+254+234=555 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.07% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FEEA is #BC0115. Grayscale: #C3C3C3. Windows color (decimal): -12321046 or 15400515. OLE color: 15400515.
HSL color Cylindrical-coordinate representation of color #43FEEA: hue angle of 173.58º 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 #43FEEA is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 234 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.00 |
| HSL | 173.58º | 0.99% | 0.63% | - |
| HSV(B) | 173.58º | 0.74% | 1% | - |
| XYZ | 52.61 | 78.02 | 90.13 | - |
| YUV | 195.81 | 149.55 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 234 | 0.74 | 0 | 0.08 | 0.00 | 173.58 | 0.99 | 0.63 |
| Hex | 43 | FE | EA | 4A | 0 | 8 | 0 | AE | 63 | 3F |
| Octal | 103 | 376 | 352 | 112 | 0 | 10 | 0 | 256 | 143 | 77 |
| Binary | 1000011 | 11111110 | 11101010 | 1001010 | 0 | 1000 | 0 | 10101110 | 1100011 | 111111 |
Color Harmonies of #43FEEA
Complementary color
Monochromatic Colors of #43FEEA
Black with #43FEEA
Text Example
Text Example
White with #43FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEEA; }
p { color: rgb(67,254,234); }
H1.HeaderClassName
{
color: #43FEEA;
}
.AnyTagClassName
{
color: #43FEEA;
}
</style>
background-color css
<style>
a { background-color: #43FEEA; }
a { background-color: rgb(67,254,234); }
div.DivClassName
{
background-color: #43FEEA;
}
.BgClassName
{
background-color: #43FEEA;
}
</style>
border-color css
<style>
span { border-color: #43FEEA; }
span { border-color: rgb(67,254,234); }
td.TdClassName
{
border-color: #43FEEA;
}
.TagClassName
{
border-color: #43FEEA;
}
</style>