Shades of Turquoise #43FFC8
Tints of Turquoise #43FFC8
RGB
CMYK
RGB Variations
Color information
#43FFC8 (or 0x43FFC8) is known color: Turquoise. HEX triplet: 43, FF and C8. RGB value is (67,255,200). Sum of RGB (Red+Green+Blue) = 67+255+200=522 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.84% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFC8 is #BC0037. Grayscale: #C0C0C0. Windows color (decimal): -12320824 or 13172547. OLE color: 13172547.
HSL color Cylindrical-coordinate representation of color #43FFC8: hue angle of 162.45º 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 #43FFC8 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 255 | 200 | - |
| CMYK | 0.74 | 0 | 0.22 | 0 |
| HSL | 162.45º | 1% | 0.63% | - |
| HSV(B) | 162.45º | 0.74% | 1% | - |
| XYZ | 48.5 | 76.88 | 66.93 | - |
| YUV | 192.52 | 132.22 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 255 | 200 | 0.74 | 0 | 0.22 | 0 | 162.45 | 1 | 0.63 |
| Hex | 43 | FF | C8 | 4A | 0 | 16 | 0 | A2 | 64 | 3F |
| Octal | 103 | 377 | 310 | 112 | 0 | 26 | 0 | 242 | 144 | 77 |
| Binary | 1000011 | 11111111 | 11001000 | 1001010 | 0 | 10110 | 0 | 10100010 | 1100100 | 111111 |
Color Harmonies of #43FFC8
Complementary color
Monochromatic Colors of #43FFC8
Black with #43FFC8
Text Example
Text Example
White with #43FFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FFC8; }
p { color: rgb(67,255,200); }
H1.HeaderClassName
{
color: #43FFC8;
}
.AnyTagClassName
{
color: #43FFC8;
}
</style>
background-color css
<style>
a { background-color: #43FFC8; }
a { background-color: rgb(67,255,200); }
div.DivClassName
{
background-color: #43FFC8;
}
.BgClassName
{
background-color: #43FFC8;
}
</style>
border-color css
<style>
span { border-color: #43FFC8; }
span { border-color: rgb(67,255,200); }
td.TdClassName
{
border-color: #43FFC8;
}
.TagClassName
{
border-color: #43FFC8;
}
</style>