Shades of Turquoise #43FADC
Tints of Turquoise #43FADC
RGB
CMYK
RGB Variations
Color information
#43FADC (or 0x43FADC) is known color: Turquoise. HEX triplet: 43, FA and DC. RGB value is (67,250,220). Sum of RGB (Red+Green+Blue) = 67+250+220=537 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.48% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #43FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FADC is #BC0523. Grayscale: #BFBFBF. Windows color (decimal): -12322084 or 14481987. OLE color: 14481987.
HSL color Cylindrical-coordinate representation of color #43FADC: hue angle of 170.16º 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 #43FADC is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 250 | 220 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.02 |
| HSL | 170.16º | 0.95% | 0.62% | - |
| HSV(B) | 170.16º | 0.73% | 0.98% | - |
| XYZ | 49.42 | 74.73 | 79.53 | - |
| YUV | 191.86 | 143.87 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 250 | 220 | 0.73 | 0 | 0.12 | 0.02 | 170.16 | 0.95 | 0.62 |
| Hex | 43 | FA | DC | 49 | 0 | C | 2 | AA | 5F | 3E |
| Octal | 103 | 372 | 334 | 111 | 0 | 14 | 2 | 252 | 137 | 76 |
| Binary | 1000011 | 11111010 | 11011100 | 1001001 | 0 | 1100 | 10 | 10101010 | 1011111 | 111110 |
Color Harmonies of #43FADC
Complementary color
Monochromatic Colors of #43FADC
Black with #43FADC
Text Example
Text Example
White with #43FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FADC; }
p { color: rgb(67,250,220); }
H1.HeaderClassName
{
color: #43FADC;
}
.AnyTagClassName
{
color: #43FADC;
}
</style>
background-color css
<style>
a { background-color: #43FADC; }
a { background-color: rgb(67,250,220); }
div.DivClassName
{
background-color: #43FADC;
}
.BgClassName
{
background-color: #43FADC;
}
</style>
border-color css
<style>
span { border-color: #43FADC; }
span { border-color: rgb(67,250,220); }
td.TdClassName
{
border-color: #43FADC;
}
.TagClassName
{
border-color: #43FADC;
}
</style>