Shades of Turquoise #43FAC4
Tints of Turquoise #43FAC4
RGB
CMYK
RGB Variations
Color information
#43FAC4 (or 0x43FAC4) is known color: Turquoise. HEX triplet: 43, FA and C4. RGB value is (67,250,196). Sum of RGB (Red+Green+Blue) = 67+250+196=513 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.06% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #43FAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FAC4 is #BC053B. Grayscale: #BDBDBD. Windows color (decimal): -12322108 or 12909123. OLE color: 12909123.
HSL color Cylindrical-coordinate representation of color #43FAC4: hue angle of 162.3º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FAC4 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 250 | 196 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.02 |
| HSL | 162.3º | 0.95% | 0.62% | - |
| HSV(B) | 162.3º | 0.73% | 0.98% | - |
| XYZ | 46.46 | 73.55 | 63.97 | - |
| YUV | 189.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 250 | 196 | 0.73 | 0 | 0.22 | 0.02 | 162.3 | 0.95 | 0.62 |
| Hex | 43 | FA | C4 | 49 | 0 | 16 | 2 | A2 | 5F | 3E |
| Octal | 103 | 372 | 304 | 111 | 0 | 26 | 2 | 242 | 137 | 76 |
| Binary | 1000011 | 11111010 | 11000100 | 1001001 | 0 | 10110 | 10 | 10100010 | 1011111 | 111110 |
Color Harmonies of #43FAC4
Complementary color
Monochromatic Colors of #43FAC4
Black with #43FAC4
Text Example
Text Example
White with #43FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FAC4; }
p { color: rgb(67,250,196); }
H1.HeaderClassName
{
color: #43FAC4;
}
.AnyTagClassName
{
color: #43FAC4;
}
</style>
background-color css
<style>
a { background-color: #43FAC4; }
a { background-color: rgb(67,250,196); }
div.DivClassName
{
background-color: #43FAC4;
}
.BgClassName
{
background-color: #43FAC4;
}
</style>
border-color css
<style>
span { border-color: #43FAC4; }
span { border-color: rgb(67,250,196); }
td.TdClassName
{
border-color: #43FAC4;
}
.TagClassName
{
border-color: #43FAC4;
}
</style>