Shades of Turquoise #43FFC5
Tints of Turquoise #43FFC5
RGB
CMYK
RGB Variations
Color information
#43FFC5 (or 0x43FFC5) is known color: Turquoise. HEX triplet: 43, FF and C5. RGB value is (67,255,197). Sum of RGB (Red+Green+Blue) = 67+255+197=519 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.91% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFC5 is #BC003A. Grayscale: #C0C0C0. Windows color (decimal): -12320827 or 12975939. OLE color: 12975939.
HSL color Cylindrical-coordinate representation of color #43FFC5: hue angle of 161.49º 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 #43FFC5 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 197 | - |
| CMYK | 0.74 | 0 | 0.23 | 0 |
| HSL | 161.49º | 1% | 0.63% | - |
| HSV(B) | 161.49º | 0.74% | 1% | - |
| XYZ | 48.15 | 76.74 | 65.1 | - |
| YUV | 192.18 | 130.72 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 197 | 0.74 | 0 | 0.23 | 0 | 161.49 | 1 | 0.63 |
| Hex | 43 | FF | C5 | 4A | 0 | 17 | 0 | A1 | 64 | 3F |
| Octal | 103 | 377 | 305 | 112 | 0 | 27 | 0 | 241 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11000101 | 1001010 | 0 | 10111 | 0 | 10100001 | 1100100 | 111111 |
Color Harmonies of #43FFC5
Complementary color
Monochromatic Colors of #43FFC5
Black with #43FFC5
Text Example
Text Example
White with #43FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFC5; }
p { color: rgb(67,255,197); }
H1.HeaderClassName
{
color: #43FFC5;
}
.AnyTagClassName
{
color: #43FFC5;
}
</style>
background-color css
<style>
a { background-color: #43FFC5; }
a { background-color: rgb(67,255,197); }
div.DivClassName
{
background-color: #43FFC5;
}
.BgClassName
{
background-color: #43FFC5;
}
</style>
border-color css
<style>
span { border-color: #43FFC5; }
span { border-color: rgb(67,255,197); }
td.TdClassName
{
border-color: #43FFC5;
}
.TagClassName
{
border-color: #43FFC5;
}
</style>