Shades of Turquoise #43FFEA
Tints of Turquoise #43FFEA
RGB
CMYK
RGB Variations
Color information
#43FFEA (or 0x43FFEA) is known color: Turquoise. HEX triplet: 43, FF and EA. RGB value is (67,255,234). Sum of RGB (Red+Green+Blue) = 67+255+234=556 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.05% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FFEA is #BC0015. Grayscale: #C4C4C4. Windows color (decimal): -12320790 or 15400771. OLE color: 15400771.
HSL color Cylindrical-coordinate representation of color #43FFEA: hue angle of 173.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FFEA is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 234 | - |
| CMYK | 0.74 | 0 | 0.08 | 0 |
| HSL | 173.3º | 1% | 0.63% | - |
| HSV(B) | 173.3º | 0.74% | 1% | - |
| XYZ | 52.93 | 78.65 | 90.23 | - |
| YUV | 196.39 | 149.22 | 35.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 234 | 0.74 | 0 | 0.08 | 0 | 173.3 | 1 | 0.63 |
| Hex | 43 | FF | EA | 4A | 0 | 8 | 0 | AD | 64 | 3F |
| Octal | 103 | 377 | 352 | 112 | 0 | 10 | 0 | 255 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11101010 | 1001010 | 0 | 1000 | 0 | 10101101 | 1100100 | 111111 |
Color Harmonies of #43FFEA
Complementary color
Monochromatic Colors of #43FFEA
Black with #43FFEA
Text Example
Text Example
White with #43FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFEA; }
p { color: rgb(67,255,234); }
H1.HeaderClassName
{
color: #43FFEA;
}
.AnyTagClassName
{
color: #43FFEA;
}
</style>
background-color css
<style>
a { background-color: #43FFEA; }
a { background-color: rgb(67,255,234); }
div.DivClassName
{
background-color: #43FFEA;
}
.BgClassName
{
background-color: #43FFEA;
}
</style>
border-color css
<style>
span { border-color: #43FFEA; }
span { border-color: rgb(67,255,234); }
td.TdClassName
{
border-color: #43FFEA;
}
.TagClassName
{
border-color: #43FFEA;
}
</style>