Shades of Turquoise #43FFBE
Tints of Turquoise #43FFBE
RGB
CMYK
RGB Variations
Color information
#43FFBE (or 0x43FFBE) is known color: Turquoise. HEX triplet: 43, FF and BE. RGB value is (67,255,190). Sum of RGB (Red+Green+Blue) = 67+255+190=512 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.09% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFBE is #BC0041. Grayscale: #BFBFBF. Windows color (decimal): -12320834 or 12517187. OLE color: 12517187.
HSL color Cylindrical-coordinate representation of color #43FFBE: hue angle of 159.26º 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 #43FFBE is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 190 | - |
| CMYK | 0.74 | 0 | 0.25 | 0 |
| HSL | 159.26º | 1% | 0.63% | - |
| HSV(B) | 159.26º | 0.74% | 1% | - |
| XYZ | 47.37 | 76.43 | 60.97 | - |
| YUV | 191.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 190 | 0.74 | 0 | 0.25 | 0 | 159.26 | 1 | 0.63 |
| Hex | 43 | FF | BE | 4A | 0 | 19 | 0 | 9F | 64 | 3F |
| Octal | 103 | 377 | 276 | 112 | 0 | 31 | 0 | 237 | 144 | 77 |
| Binary | 1000011 | 11111111 | 10111110 | 1001010 | 0 | 11001 | 0 | 10011111 | 1100100 | 111111 |
Color Harmonies of #43FFBE
Complementary color
Monochromatic Colors of #43FFBE
Black with #43FFBE
Text Example
Text Example
White with #43FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFBE; }
p { color: rgb(67,255,190); }
H1.HeaderClassName
{
color: #43FFBE;
}
.AnyTagClassName
{
color: #43FFBE;
}
</style>
background-color css
<style>
a { background-color: #43FFBE; }
a { background-color: rgb(67,255,190); }
div.DivClassName
{
background-color: #43FFBE;
}
.BgClassName
{
background-color: #43FFBE;
}
</style>
border-color css
<style>
span { border-color: #43FFBE; }
span { border-color: rgb(67,255,190); }
td.TdClassName
{
border-color: #43FFBE;
}
.TagClassName
{
border-color: #43FFBE;
}
</style>