Shades of Turquoise #43F8BA
Tints of Turquoise #43F8BA
RGB
CMYK
RGB Variations
Color information
#43F8BA (or 0x43F8BA) is known color: Turquoise. HEX triplet: 43, F8 and BA. RGB value is (67,248,186). Sum of RGB (Red+Green+Blue) = 67+248+186=501 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.37% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #43F8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F8BA is #BC0745. Grayscale: #BABABA. Windows color (decimal): -12322630 or 12253251. OLE color: 12253251.
HSL color Cylindrical-coordinate representation of color #43F8BA: hue angle of 159.45º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F8BA is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 248 | 186 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.03 |
| HSL | 159.45º | 0.93% | 0.62% | - |
| HSV(B) | 159.45º | 0.73% | 0.97% | - |
| XYZ | 44.75 | 71.87 | 57.97 | - |
| YUV | 186.81 | 127.53 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 248 | 186 | 0.73 | 0 | 0.25 | 0.03 | 159.45 | 0.93 | 0.62 |
| Hex | 43 | F8 | BA | 49 | 0 | 19 | 3 | 9F | 5D | 3E |
| Octal | 103 | 370 | 272 | 111 | 0 | 31 | 3 | 237 | 135 | 76 |
| Binary | 1000011 | 11111000 | 10111010 | 1001001 | 0 | 11001 | 11 | 10011111 | 1011101 | 111110 |
Color Harmonies of #43F8BA
Complementary color
Monochromatic Colors of #43F8BA
Black with #43F8BA
Text Example
Text Example
White with #43F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F8BA; }
p { color: rgb(67,248,186); }
H1.HeaderClassName
{
color: #43F8BA;
}
.AnyTagClassName
{
color: #43F8BA;
}
</style>
background-color css
<style>
a { background-color: #43F8BA; }
a { background-color: rgb(67,248,186); }
div.DivClassName
{
background-color: #43F8BA;
}
.BgClassName
{
background-color: #43F8BA;
}
</style>
border-color css
<style>
span { border-color: #43F8BA; }
span { border-color: rgb(67,248,186); }
td.TdClassName
{
border-color: #43F8BA;
}
.TagClassName
{
border-color: #43F8BA;
}
</style>