Shades of Turquoise #43FDAC
Tints of Turquoise #43FDAC
RGB
CMYK
RGB Variations
Color information
#43FDAC (or 0x43FDAC) is known color: Turquoise. HEX triplet: 43, FD and AC. RGB value is (67,253,172). Sum of RGB (Red+Green+Blue) = 67+253+172=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #43FDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #43FDAC is #BC0253. Grayscale: #BCBCBC. Windows color (decimal): -12321364 or 11337027. OLE color: 11337027.
HSL color Cylindrical-coordinate representation of color #43FDAC: hue angle of 153.87º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FDAC is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 253 | 172 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.01 |
| HSL | 153.87º | 0.98% | 0.63% | - |
| HSV(B) | 153.87º | 0.74% | 0.99% | - |
| XYZ | 44.89 | 74.42 | 51.03 | - |
| YUV | 188.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 253 | 172 | 0.74 | 0 | 0.32 | 0.01 | 153.87 | 0.98 | 0.63 |
| Hex | 43 | FD | AC | 4A | 0 | 20 | 1 | 9A | 62 | 3F |
| Octal | 103 | 375 | 254 | 112 | 0 | 40 | 1 | 232 | 142 | 77 |
| Binary | 1000011 | 11111101 | 10101100 | 1001010 | 0 | 100000 | 1 | 10011010 | 1100010 | 111111 |
Color Harmonies of #43FDAC
Complementary color
Monochromatic Colors of #43FDAC
Black with #43FDAC
Text Example
Text Example
White with #43FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FDAC; }
p { color: rgb(67,253,172); }
H1.HeaderClassName
{
color: #43FDAC;
}
.AnyTagClassName
{
color: #43FDAC;
}
</style>
background-color css
<style>
a { background-color: #43FDAC; }
a { background-color: rgb(67,253,172); }
div.DivClassName
{
background-color: #43FDAC;
}
.BgClassName
{
background-color: #43FDAC;
}
</style>
border-color css
<style>
span { border-color: #43FDAC; }
span { border-color: rgb(67,253,172); }
td.TdClassName
{
border-color: #43FDAC;
}
.TagClassName
{
border-color: #43FDAC;
}
</style>