Shades of Turquoise #43FFEB
Tints of Turquoise #43FFEB
RGB
CMYK
RGB Variations
Color information
#43FFEB (or 0x43FFEB) is known color: Turquoise. HEX triplet: 43, FF and EB. RGB value is (67,255,235). Sum of RGB (Red+Green+Blue) = 67+255+235=557 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.03% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FFEB is #BC0014. Grayscale: #C4C4C4. Windows color (decimal): -12320789 or 15466307. OLE color: 15466307.
HSL color Cylindrical-coordinate representation of color #43FFEB: hue angle of 173.62º 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 #43FFEB is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 235 | - |
| CMYK | 0.74 | 0 | 0.08 | 0 |
| HSL | 173.62º | 1% | 0.63% | - |
| HSV(B) | 173.62º | 0.74% | 1% | - |
| XYZ | 53.07 | 78.71 | 90.99 | - |
| YUV | 196.51 | 149.72 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 235 | 0.74 | 0 | 0.08 | 0 | 173.62 | 1 | 0.63 |
| Hex | 43 | FF | EB | 4A | 0 | 8 | 0 | AE | 64 | 3F |
| Octal | 103 | 377 | 353 | 112 | 0 | 10 | 0 | 256 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11101011 | 1001010 | 0 | 1000 | 0 | 10101110 | 1100100 | 111111 |
Color Harmonies of #43FFEB
Complementary color
Monochromatic Colors of #43FFEB
Black with #43FFEB
Text Example
Text Example
White with #43FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFEB; }
p { color: rgb(67,255,235); }
H1.HeaderClassName
{
color: #43FFEB;
}
.AnyTagClassName
{
color: #43FFEB;
}
</style>
background-color css
<style>
a { background-color: #43FFEB; }
a { background-color: rgb(67,255,235); }
div.DivClassName
{
background-color: #43FFEB;
}
.BgClassName
{
background-color: #43FFEB;
}
</style>
border-color css
<style>
span { border-color: #43FFEB; }
span { border-color: rgb(67,255,235); }
td.TdClassName
{
border-color: #43FFEB;
}
.TagClassName
{
border-color: #43FFEB;
}
</style>