Shades of Turquoise #43FFC4
Tints of Turquoise #43FFC4
RGB
CMYK
RGB Variations
Color information
#43FFC4 (or 0x43FFC4) is known color: Turquoise. HEX triplet: 43, FF and C4. RGB value is (67,255,196). Sum of RGB (Red+Green+Blue) = 67+255+196=518 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.93% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFC4 is #BC003B. Grayscale: #C0C0C0. Windows color (decimal): -12320828 or 12910403. OLE color: 12910403.
HSL color Cylindrical-coordinate representation of color #43FFC4: hue angle of 161.17º 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 #43FFC4 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 196 | - |
| CMYK | 0.74 | 0 | 0.23 | 0 |
| HSL | 161.17º | 1% | 0.63% | - |
| HSV(B) | 161.17º | 0.74% | 1% | - |
| XYZ | 48.04 | 76.7 | 64.5 | - |
| YUV | 192.06 | 130.22 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 196 | 0.74 | 0 | 0.23 | 0 | 161.17 | 1 | 0.63 |
| Hex | 43 | FF | C4 | 4A | 0 | 17 | 0 | A1 | 64 | 3F |
| Octal | 103 | 377 | 304 | 112 | 0 | 27 | 0 | 241 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11000100 | 1001010 | 0 | 10111 | 0 | 10100001 | 1100100 | 111111 |
Color Harmonies of #43FFC4
Complementary color
Monochromatic Colors of #43FFC4
Black with #43FFC4
Text Example
Text Example
White with #43FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFC4; }
p { color: rgb(67,255,196); }
H1.HeaderClassName
{
color: #43FFC4;
}
.AnyTagClassName
{
color: #43FFC4;
}
</style>
background-color css
<style>
a { background-color: #43FFC4; }
a { background-color: rgb(67,255,196); }
div.DivClassName
{
background-color: #43FFC4;
}
.BgClassName
{
background-color: #43FFC4;
}
</style>
border-color css
<style>
span { border-color: #43FFC4; }
span { border-color: rgb(67,255,196); }
td.TdClassName
{
border-color: #43FFC4;
}
.TagClassName
{
border-color: #43FFC4;
}
</style>