Shades of Turquoise #43FEBF
Tints of Turquoise #43FEBF
RGB
CMYK
RGB Variations
Color information
#43FEBF (or 0x43FEBF) is known color: Turquoise. HEX triplet: 43, FE and BF. RGB value is (67,254,191). Sum of RGB (Red+Green+Blue) = 67+254+191=512 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.09% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FEBF is #BC0140. Grayscale: #BEBEBE. Windows color (decimal): -12321089 or 12582467. OLE color: 12582467.
HSL color Cylindrical-coordinate representation of color #43FEBF: hue angle of 159.79º 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 #43FEBF is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 191 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.00 |
| HSL | 159.79º | 0.99% | 0.63% | - |
| HSV(B) | 159.79º | 0.74% | 1% | - |
| XYZ | 47.16 | 75.84 | 61.44 | - |
| YUV | 190.91 | 128.05 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 191 | 0.74 | 0 | 0.25 | 0.00 | 159.79 | 0.99 | 0.63 |
| Hex | 43 | FE | BF | 4A | 0 | 19 | 0 | A0 | 63 | 3F |
| Octal | 103 | 376 | 277 | 112 | 0 | 31 | 0 | 240 | 143 | 77 |
| Binary | 1000011 | 11111110 | 10111111 | 1001010 | 0 | 11001 | 0 | 10100000 | 1100011 | 111111 |
Color Harmonies of #43FEBF
Complementary color
Monochromatic Colors of #43FEBF
Black with #43FEBF
Text Example
Text Example
White with #43FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEBF; }
p { color: rgb(67,254,191); }
H1.HeaderClassName
{
color: #43FEBF;
}
.AnyTagClassName
{
color: #43FEBF;
}
</style>
background-color css
<style>
a { background-color: #43FEBF; }
a { background-color: rgb(67,254,191); }
div.DivClassName
{
background-color: #43FEBF;
}
.BgClassName
{
background-color: #43FEBF;
}
</style>
border-color css
<style>
span { border-color: #43FEBF; }
span { border-color: rgb(67,254,191); }
td.TdClassName
{
border-color: #43FEBF;
}
.TagClassName
{
border-color: #43FEBF;
}
</style>