Shades of Turquoise #43FEBB
Tints of Turquoise #43FEBB
RGB
CMYK
RGB Variations
Color information
#43FEBB (or 0x43FEBB) is known color: Turquoise. HEX triplet: 43, FE and BB. RGB value is (67,254,187). Sum of RGB (Red+Green+Blue) = 67+254+187=508 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.19% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #43FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FEBB is #BC0144. Grayscale: #BEBEBE. Windows color (decimal): -12321093 or 12320323. OLE color: 12320323.
HSL color Cylindrical-coordinate representation of color #43FEBB: hue angle of 158.5º 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 #43FEBB is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 254 | 187 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.00 |
| HSL | 158.5º | 0.99% | 0.63% | - |
| HSV(B) | 158.5º | 0.74% | 1% | - |
| XYZ | 46.73 | 75.66 | 59.16 | - |
| YUV | 190.45 | 126.05 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 254 | 187 | 0.74 | 0 | 0.26 | 0.00 | 158.5 | 0.99 | 0.63 |
| Hex | 43 | FE | BB | 4A | 0 | 1A | 0 | 9F | 63 | 3F |
| Octal | 103 | 376 | 273 | 112 | 0 | 32 | 0 | 237 | 143 | 77 |
| Binary | 1000011 | 11111110 | 10111011 | 1001010 | 0 | 11010 | 0 | 10011111 | 1100011 | 111111 |
Color Harmonies of #43FEBB
Complementary color
Monochromatic Colors of #43FEBB
Black with #43FEBB
Text Example
Text Example
White with #43FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FEBB; }
p { color: rgb(67,254,187); }
H1.HeaderClassName
{
color: #43FEBB;
}
.AnyTagClassName
{
color: #43FEBB;
}
</style>
background-color css
<style>
a { background-color: #43FEBB; }
a { background-color: rgb(67,254,187); }
div.DivClassName
{
background-color: #43FEBB;
}
.BgClassName
{
background-color: #43FEBB;
}
</style>
border-color css
<style>
span { border-color: #43FEBB; }
span { border-color: rgb(67,254,187); }
td.TdClassName
{
border-color: #43FEBB;
}
.TagClassName
{
border-color: #43FEBB;
}
</style>