Shades of Turquoise #43FFD9
Tints of Turquoise #43FFD9
RGB
CMYK
RGB Variations
Color information
#43FFD9 (or 0x43FFD9) is known color: Turquoise. HEX triplet: 43, FF and D9. RGB value is (67,255,217). Sum of RGB (Red+Green+Blue) = 67+255+217=539 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.43% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFD9 is #BC0026. Grayscale: #C2C2C2. Windows color (decimal): -12320807 or 14286659. OLE color: 14286659.
HSL color Cylindrical-coordinate representation of color #43FFD9: hue angle of 167.87º 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 #43FFD9 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 217 | - |
| CMYK | 0.74 | 0 | 0.15 | 0 |
| HSL | 167.87º | 1% | 0.63% | - |
| HSV(B) | 167.87º | 0.74% | 1% | - |
| XYZ | 50.6 | 77.72 | 77.98 | - |
| YUV | 194.46 | 140.72 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 217 | 0.74 | 0 | 0.15 | 0 | 167.87 | 1 | 0.63 |
| Hex | 43 | FF | D9 | 4A | 0 | F | 0 | A8 | 64 | 3F |
| Octal | 103 | 377 | 331 | 112 | 0 | 17 | 0 | 250 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11011001 | 1001010 | 0 | 1111 | 0 | 10101000 | 1100100 | 111111 |
Color Harmonies of #43FFD9
Complementary color
Monochromatic Colors of #43FFD9
Black with #43FFD9
Text Example
Text Example
White with #43FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFD9; }
p { color: rgb(67,255,217); }
H1.HeaderClassName
{
color: #43FFD9;
}
.AnyTagClassName
{
color: #43FFD9;
}
</style>
background-color css
<style>
a { background-color: #43FFD9; }
a { background-color: rgb(67,255,217); }
div.DivClassName
{
background-color: #43FFD9;
}
.BgClassName
{
background-color: #43FFD9;
}
</style>
border-color css
<style>
span { border-color: #43FFD9; }
span { border-color: rgb(67,255,217); }
td.TdClassName
{
border-color: #43FFD9;
}
.TagClassName
{
border-color: #43FFD9;
}
</style>