Shades of Turquoise #43FFBF
Tints of Turquoise #43FFBF
RGB
CMYK
RGB Variations
Color information
#43FFBF (or 0x43FFBF) is known color: Turquoise. HEX triplet: 43, FF and BF. RGB value is (67,255,191). Sum of RGB (Red+Green+Blue) = 67+255+191=513 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.06% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFBF is #BC0040. Grayscale: #BFBFBF. Windows color (decimal): -12320833 or 12582723. OLE color: 12582723.
HSL color Cylindrical-coordinate representation of color #43FFBF: hue angle of 159.57º 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 #43FFBF is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 191 | - |
| CMYK | 0.74 | 0 | 0.25 | 0 |
| HSL | 159.57º | 1% | 0.63% | - |
| HSV(B) | 159.57º | 0.74% | 1% | - |
| XYZ | 47.48 | 76.47 | 61.55 | - |
| YUV | 191.49 | 127.72 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 191 | 0.74 | 0 | 0.25 | 0 | 159.57 | 1 | 0.63 |
| Hex | 43 | FF | BF | 4A | 0 | 19 | 0 | A0 | 64 | 3F |
| Octal | 103 | 377 | 277 | 112 | 0 | 31 | 0 | 240 | 144 | 77 |
| Binary | 1000011 | 11111111 | 10111111 | 1001010 | 0 | 11001 | 0 | 10100000 | 1100100 | 111111 |
Color Harmonies of #43FFBF
Complementary color
Monochromatic Colors of #43FFBF
Black with #43FFBF
Text Example
Text Example
White with #43FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFBF; }
p { color: rgb(67,255,191); }
H1.HeaderClassName
{
color: #43FFBF;
}
.AnyTagClassName
{
color: #43FFBF;
}
</style>
background-color css
<style>
a { background-color: #43FFBF; }
a { background-color: rgb(67,255,191); }
div.DivClassName
{
background-color: #43FFBF;
}
.BgClassName
{
background-color: #43FFBF;
}
</style>
border-color css
<style>
span { border-color: #43FFBF; }
span { border-color: rgb(67,255,191); }
td.TdClassName
{
border-color: #43FFBF;
}
.TagClassName
{
border-color: #43FFBF;
}
</style>