Shades of Turquoise #43FFC3
Tints of Turquoise #43FFC3
RGB
CMYK
RGB Variations
Color information
#43FFC3 (or 0x43FFC3) is known color: Turquoise. HEX triplet: 43, FF and C3. RGB value is (67,255,195). Sum of RGB (Red+Green+Blue) = 67+255+195=517 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.96% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFC3 is #BC003C. Grayscale: #BFBFBF. Windows color (decimal): -12320829 or 12844867. OLE color: 12844867.
HSL color Cylindrical-coordinate representation of color #43FFC3: hue angle of 160.85º 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 #43FFC3 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 195 | - |
| CMYK | 0.74 | 0 | 0.24 | 0 |
| HSL | 160.85º | 1% | 0.63% | - |
| HSV(B) | 160.85º | 0.74% | 1% | - |
| XYZ | 47.93 | 76.65 | 63.9 | - |
| YUV | 191.95 | 129.72 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 195 | 0.74 | 0 | 0.24 | 0 | 160.85 | 1 | 0.63 |
| Hex | 43 | FF | C3 | 4A | 0 | 18 | 0 | A1 | 64 | 3F |
| Octal | 103 | 377 | 303 | 112 | 0 | 30 | 0 | 241 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11000011 | 1001010 | 0 | 11000 | 0 | 10100001 | 1100100 | 111111 |
Color Harmonies of #43FFC3
Complementary color
Monochromatic Colors of #43FFC3
Black with #43FFC3
Text Example
Text Example
White with #43FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFC3; }
p { color: rgb(67,255,195); }
H1.HeaderClassName
{
color: #43FFC3;
}
.AnyTagClassName
{
color: #43FFC3;
}
</style>
background-color css
<style>
a { background-color: #43FFC3; }
a { background-color: rgb(67,255,195); }
div.DivClassName
{
background-color: #43FFC3;
}
.BgClassName
{
background-color: #43FFC3;
}
</style>
border-color css
<style>
span { border-color: #43FFC3; }
span { border-color: rgb(67,255,195); }
td.TdClassName
{
border-color: #43FFC3;
}
.TagClassName
{
border-color: #43FFC3;
}
</style>