Shades of Turquoise #43FEBE
Tints of Turquoise #43FEBE
RGB
CMYK
RGB Variations
Color information
#43FEBE (or 0x43FEBE) is known color: Turquoise. HEX triplet: 43, FE and BE. RGB value is (67,254,190). Sum of RGB (Red+Green+Blue) = 67+254+190=511 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.11% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FEBE is #BC0141. Grayscale: #BEBEBE. Windows color (decimal): -12321090 or 12516931. OLE color: 12516931.
HSL color Cylindrical-coordinate representation of color #43FEBE: hue angle of 159.47º 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 #43FEBE is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 190 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.00 |
| HSL | 159.47º | 0.99% | 0.63% | - |
| HSV(B) | 159.47º | 0.74% | 1% | - |
| XYZ | 47.05 | 75.79 | 60.87 | - |
| YUV | 190.79 | 127.55 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 190 | 0.74 | 0 | 0.25 | 0.00 | 159.47 | 0.99 | 0.63 |
| Hex | 43 | FE | BE | 4A | 0 | 19 | 0 | 9F | 63 | 3F |
| Octal | 103 | 376 | 276 | 112 | 0 | 31 | 0 | 237 | 143 | 77 |
| Binary | 1000011 | 11111110 | 10111110 | 1001010 | 0 | 11001 | 0 | 10011111 | 1100011 | 111111 |
Color Harmonies of #43FEBE
Complementary color
Monochromatic Colors of #43FEBE
Black with #43FEBE
Text Example
Text Example
White with #43FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEBE; }
p { color: rgb(67,254,190); }
H1.HeaderClassName
{
color: #43FEBE;
}
.AnyTagClassName
{
color: #43FEBE;
}
</style>
background-color css
<style>
a { background-color: #43FEBE; }
a { background-color: rgb(67,254,190); }
div.DivClassName
{
background-color: #43FEBE;
}
.BgClassName
{
background-color: #43FEBE;
}
</style>
border-color css
<style>
span { border-color: #43FEBE; }
span { border-color: rgb(67,254,190); }
td.TdClassName
{
border-color: #43FEBE;
}
.TagClassName
{
border-color: #43FEBE;
}
</style>