Shades of Turquoise #43FBBE
Tints of Turquoise #43FBBE
RGB
CMYK
RGB Variations
Color information
#43FBBE (or 0x43FBBE) is known color: Turquoise. HEX triplet: 43, FB and BE. RGB value is (67,251,190). Sum of RGB (Red+Green+Blue) = 67+251+190=508 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.19% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #43FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FBBE is #BC0441. Grayscale: #BDBDBD. Windows color (decimal): -12321858 or 12516163. OLE color: 12516163.
HSL color Cylindrical-coordinate representation of color #43FBBE: hue angle of 160.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FBBE is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 251 | 190 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.02 |
| HSL | 160.11º | 0.96% | 0.62% | - |
| HSV(B) | 160.11º | 0.73% | 0.98% | - |
| XYZ | 46.11 | 73.91 | 60.55 | - |
| YUV | 189.03 | 128.54 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 251 | 190 | 0.73 | 0 | 0.24 | 0.02 | 160.11 | 0.96 | 0.62 |
| Hex | 43 | FB | BE | 49 | 0 | 18 | 2 | A0 | 60 | 3E |
| Octal | 103 | 373 | 276 | 111 | 0 | 30 | 2 | 240 | 140 | 76 |
| Binary | 1000011 | 11111011 | 10111110 | 1001001 | 0 | 11000 | 10 | 10100000 | 1100000 | 111110 |
Color Harmonies of #43FBBE
Complementary color
Monochromatic Colors of #43FBBE
Black with #43FBBE
Text Example
Text Example
White with #43FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FBBE; }
p { color: rgb(67,251,190); }
H1.HeaderClassName
{
color: #43FBBE;
}
.AnyTagClassName
{
color: #43FBBE;
}
</style>
background-color css
<style>
a { background-color: #43FBBE; }
a { background-color: rgb(67,251,190); }
div.DivClassName
{
background-color: #43FBBE;
}
.BgClassName
{
background-color: #43FBBE;
}
</style>
border-color css
<style>
span { border-color: #43FBBE; }
span { border-color: rgb(67,251,190); }
td.TdClassName
{
border-color: #43FBBE;
}
.TagClassName
{
border-color: #43FBBE;
}
</style>