Shades of Turquoise #43FFAB
Tints of Turquoise #43FFAB
RGB
CMYK
RGB Variations
Color information
#43FFAB (or 0x43FFAB) is known color: Turquoise. HEX triplet: 43, FF and AB. RGB value is (67,255,171). Sum of RGB (Red+Green+Blue) = 67+255+171=493 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.59% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #43FFAB is #BC0054. Grayscale: #BDBDBD. Windows color (decimal): -12320853 or 11272003. OLE color: 11272003.
HSL color Cylindrical-coordinate representation of color #43FFAB: hue angle of 153.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FFAB is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 171 | - |
| CMYK | 0.74 | 0 | 0.33 | 0 |
| HSL | 153.19º | 1% | 0.63% | - |
| HSV(B) | 153.19º | 0.74% | 1% | - |
| XYZ | 45.43 | 75.65 | 50.74 | - |
| YUV | 189.21 | 117.72 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 171 | 0.74 | 0 | 0.33 | 0 | 153.19 | 1 | 0.63 |
| Hex | 43 | FF | AB | 4A | 0 | 21 | 0 | 99 | 64 | 3F |
| Octal | 103 | 377 | 253 | 112 | 0 | 41 | 0 | 231 | 144 | 77 |
| Binary | 1000011 | 11111111 | 10101011 | 1001010 | 0 | 100001 | 0 | 10011001 | 1100100 | 111111 |
Color Harmonies of #43FFAB
Complementary color
Monochromatic Colors of #43FFAB
Black with #43FFAB
Text Example
Text Example
White with #43FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFAB; }
p { color: rgb(67,255,171); }
H1.HeaderClassName
{
color: #43FFAB;
}
.AnyTagClassName
{
color: #43FFAB;
}
</style>
background-color css
<style>
a { background-color: #43FFAB; }
a { background-color: rgb(67,255,171); }
div.DivClassName
{
background-color: #43FFAB;
}
.BgClassName
{
background-color: #43FFAB;
}
</style>
border-color css
<style>
span { border-color: #43FFAB; }
span { border-color: rgb(67,255,171); }
td.TdClassName
{
border-color: #43FFAB;
}
.TagClassName
{
border-color: #43FFAB;
}
</style>