Shades of Turquoise #43FFD3
Tints of Turquoise #43FFD3
RGB
CMYK
RGB Variations
Color information
#43FFD3 (or 0x43FFD3) is known color: Turquoise. HEX triplet: 43, FF and D3. RGB value is (67,255,211). Sum of RGB (Red+Green+Blue) = 67+255+211=533 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.57% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFD3 is #BC002C. Grayscale: #C1C1C1. Windows color (decimal): -12320813 or 13893443. OLE color: 13893443.
HSL color Cylindrical-coordinate representation of color #43FFD3: hue angle of 165.96º 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 #43FFD3 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 211 | - |
| CMYK | 0.74 | 0 | 0.17 | 0 |
| HSL | 165.96º | 1% | 0.63% | - |
| HSV(B) | 165.96º | 0.74% | 1% | - |
| XYZ | 49.83 | 77.42 | 73.94 | - |
| YUV | 193.77 | 137.72 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 211 | 0.74 | 0 | 0.17 | 0 | 165.96 | 1 | 0.63 |
| Hex | 43 | FF | D3 | 4A | 0 | 11 | 0 | A6 | 64 | 3F |
| Octal | 103 | 377 | 323 | 112 | 0 | 21 | 0 | 246 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11010011 | 1001010 | 0 | 10001 | 0 | 10100110 | 1100100 | 111111 |
Color Harmonies of #43FFD3
Complementary color
Monochromatic Colors of #43FFD3
Black with #43FFD3
Text Example
Text Example
White with #43FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFD3; }
p { color: rgb(67,255,211); }
H1.HeaderClassName
{
color: #43FFD3;
}
.AnyTagClassName
{
color: #43FFD3;
}
</style>
background-color css
<style>
a { background-color: #43FFD3; }
a { background-color: rgb(67,255,211); }
div.DivClassName
{
background-color: #43FFD3;
}
.BgClassName
{
background-color: #43FFD3;
}
</style>
border-color css
<style>
span { border-color: #43FFD3; }
span { border-color: rgb(67,255,211); }
td.TdClassName
{
border-color: #43FFD3;
}
.TagClassName
{
border-color: #43FFD3;
}
</style>