Shades of Turquoise #43FFD1
Tints of Turquoise #43FFD1
RGB
CMYK
RGB Variations
Color information
#43FFD1 (or 0x43FFD1) is known color: Turquoise. HEX triplet: 43, FF and D1. RGB value is (67,255,209). Sum of RGB (Red+Green+Blue) = 67+255+209=531 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.62% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFD1 is #BC002E. Grayscale: #C1C1C1. Windows color (decimal): -12320815 or 13762371. OLE color: 13762371.
HSL color Cylindrical-coordinate representation of color #43FFD1: hue angle of 165.32º 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 #43FFD1 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 209 | - |
| CMYK | 0.74 | 0 | 0.18 | 0 |
| HSL | 165.32º | 1% | 0.63% | - |
| HSV(B) | 165.32º | 0.74% | 1% | - |
| XYZ | 49.58 | 77.32 | 72.63 | - |
| YUV | 193.54 | 136.72 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 209 | 0.74 | 0 | 0.18 | 0 | 165.32 | 1 | 0.63 |
| Hex | 43 | FF | D1 | 4A | 0 | 12 | 0 | A5 | 64 | 3F |
| Octal | 103 | 377 | 321 | 112 | 0 | 22 | 0 | 245 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11010001 | 1001010 | 0 | 10010 | 0 | 10100101 | 1100100 | 111111 |
Color Harmonies of #43FFD1
Complementary color
Monochromatic Colors of #43FFD1
Black with #43FFD1
Text Example
Text Example
White with #43FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFD1; }
p { color: rgb(67,255,209); }
H1.HeaderClassName
{
color: #43FFD1;
}
.AnyTagClassName
{
color: #43FFD1;
}
</style>
background-color css
<style>
a { background-color: #43FFD1; }
a { background-color: rgb(67,255,209); }
div.DivClassName
{
background-color: #43FFD1;
}
.BgClassName
{
background-color: #43FFD1;
}
</style>
border-color css
<style>
span { border-color: #43FFD1; }
span { border-color: rgb(67,255,209); }
td.TdClassName
{
border-color: #43FFD1;
}
.TagClassName
{
border-color: #43FFD1;
}
</style>