Shades of Turquoise #43FDE6
Tints of Turquoise #43FDE6
RGB
CMYK
RGB Variations
Color information
#43FDE6 (or 0x43FDE6) is known color: Turquoise. HEX triplet: 43, FD and E6. RGB value is (67,253,230). Sum of RGB (Red+Green+Blue) = 67+253+230=550 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.18% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #43FDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FDE6 is #BC0219. Grayscale: #C2C2C2. Windows color (decimal): -12321306 or 15138115. OLE color: 15138115.
HSL color Cylindrical-coordinate representation of color #43FDE6: hue angle of 172.58º 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 #43FDE6 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 253 | 230 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.01 |
| HSL | 172.58º | 0.98% | 0.63% | - |
| HSV(B) | 172.58º | 0.74% | 0.99% | - |
| XYZ | 51.72 | 77.16 | 87.03 | - |
| YUV | 194.76 | 147.88 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 253 | 230 | 0.74 | 0 | 0.09 | 0.01 | 172.58 | 0.98 | 0.63 |
| Hex | 43 | FD | E6 | 4A | 0 | 9 | 1 | AD | 62 | 3F |
| Octal | 103 | 375 | 346 | 112 | 0 | 11 | 1 | 255 | 142 | 77 |
| Binary | 1000011 | 11111101 | 11100110 | 1001010 | 0 | 1001 | 1 | 10101101 | 1100010 | 111111 |
Color Harmonies of #43FDE6
Complementary color
Monochromatic Colors of #43FDE6
Black with #43FDE6
Text Example
Text Example
White with #43FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FDE6; }
p { color: rgb(67,253,230); }
H1.HeaderClassName
{
color: #43FDE6;
}
.AnyTagClassName
{
color: #43FDE6;
}
</style>
background-color css
<style>
a { background-color: #43FDE6; }
a { background-color: rgb(67,253,230); }
div.DivClassName
{
background-color: #43FDE6;
}
.BgClassName
{
background-color: #43FDE6;
}
</style>
border-color css
<style>
span { border-color: #43FDE6; }
span { border-color: rgb(67,253,230); }
td.TdClassName
{
border-color: #43FDE6;
}
.TagClassName
{
border-color: #43FDE6;
}
</style>