Shades of Turquoise #43FDD9
Tints of Turquoise #43FDD9
RGB
CMYK
RGB Variations
Color information
#43FDD9 (or 0x43FDD9) is known color: Turquoise. HEX triplet: 43, FD and D9. RGB value is (67,253,217). Sum of RGB (Red+Green+Blue) = 67+253+217=537 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.48% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #43FDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FDD9 is #BC0226. Grayscale: #C1C1C1. Windows color (decimal): -12321319 or 14286147. OLE color: 14286147.
HSL color Cylindrical-coordinate representation of color #43FDD9: hue angle of 168.39º 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 #43FDD9 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 253 | 217 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.01 |
| HSL | 168.39º | 0.98% | 0.63% | - |
| HSV(B) | 168.39º | 0.74% | 0.99% | - |
| XYZ | 49.96 | 76.45 | 77.77 | - |
| YUV | 193.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 253 | 217 | 0.74 | 0 | 0.14 | 0.01 | 168.39 | 0.98 | 0.63 |
| Hex | 43 | FD | D9 | 4A | 0 | E | 1 | A8 | 62 | 3F |
| Octal | 103 | 375 | 331 | 112 | 0 | 16 | 1 | 250 | 142 | 77 |
| Binary | 1000011 | 11111101 | 11011001 | 1001010 | 0 | 1110 | 1 | 10101000 | 1100010 | 111111 |
Color Harmonies of #43FDD9
Complementary color
Monochromatic Colors of #43FDD9
Black with #43FDD9
Text Example
Text Example
White with #43FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FDD9; }
p { color: rgb(67,253,217); }
H1.HeaderClassName
{
color: #43FDD9;
}
.AnyTagClassName
{
color: #43FDD9;
}
</style>
background-color css
<style>
a { background-color: #43FDD9; }
a { background-color: rgb(67,253,217); }
div.DivClassName
{
background-color: #43FDD9;
}
.BgClassName
{
background-color: #43FDD9;
}
</style>
border-color css
<style>
span { border-color: #43FDD9; }
span { border-color: rgb(67,253,217); }
td.TdClassName
{
border-color: #43FDD9;
}
.TagClassName
{
border-color: #43FDD9;
}
</style>