Shades of Turquoise #43FABA
Tints of Turquoise #43FABA
RGB
CMYK
RGB Variations
Color information
#43FABA (or 0x43FABA) is known color: Turquoise. HEX triplet: 43, FA and BA. RGB value is (67,250,186). Sum of RGB (Red+Green+Blue) = 67+250+186=503 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.32% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #43FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FABA is #BC0545. Grayscale: #BCBCBC. Windows color (decimal): -12322118 or 12253763. OLE color: 12253763.
HSL color Cylindrical-coordinate representation of color #43FABA: hue angle of 159.02º degrees, saturation: 0.95, 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 #43FABA is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 250 | 186 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.02 |
| HSL | 159.02º | 0.95% | 0.62% | - |
| HSV(B) | 159.02º | 0.73% | 0.98% | - |
| XYZ | 45.36 | 73.11 | 58.18 | - |
| YUV | 187.99 | 126.87 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 250 | 186 | 0.73 | 0 | 0.26 | 0.02 | 159.02 | 0.95 | 0.62 |
| Hex | 43 | FA | BA | 49 | 0 | 1A | 2 | 9F | 5F | 3E |
| Octal | 103 | 372 | 272 | 111 | 0 | 32 | 2 | 237 | 137 | 76 |
| Binary | 1000011 | 11111010 | 10111010 | 1001001 | 0 | 11010 | 10 | 10011111 | 1011111 | 111110 |
Color Harmonies of #43FABA
Complementary color
Monochromatic Colors of #43FABA
Black with #43FABA
Text Example
Text Example
White with #43FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FABA; }
p { color: rgb(67,250,186); }
H1.HeaderClassName
{
color: #43FABA;
}
.AnyTagClassName
{
color: #43FABA;
}
</style>
background-color css
<style>
a { background-color: #43FABA; }
a { background-color: rgb(67,250,186); }
div.DivClassName
{
background-color: #43FABA;
}
.BgClassName
{
background-color: #43FABA;
}
</style>
border-color css
<style>
span { border-color: #43FABA; }
span { border-color: rgb(67,250,186); }
td.TdClassName
{
border-color: #43FABA;
}
.TagClassName
{
border-color: #43FABA;
}
</style>